<respons>

<respons> (responsabilità) indica i soggetti responsabili della codifica di determinati elementi 21.2 Attribution of Responsibility
Modulocertainty — 21 Certainty and Responsibility
Attributi
targetfornisce l'identificatore dell'elemento a cui è attribuita una certa responsabilità
Stato Richiesto
Tipo di dati 1–∞ occurrences of
data.pointer
separato da spazio bianco
Valori one or more valid identifiers, separated by whitespace.
locusindica l'aspetto specifico della codifica per il qaule è attribuita la responsabilità
Stato Richiesto
Tipo di dati 1–∞ occurrences of
data.enumerated
separato da spazio bianco
I valori suggeriti includono:
gi
(nome di elemento) responsabilità per l'affermazione che un elemento sia del tipo indicato dalla codifica
location
responsabilità per l'affermazione che un elemento inizi e finisca dove indicato
startLoc
(posizione iniziale) responsabilità per l'asserzione dell'inizio dell'elemento nel punto indicato
endLoc
(posizione finale) responsabilità per l'asserzione della fine dell'elemento nel punto indicato
attrName
(nome di attributo) responsabilità per l'asserzione del valore del nome di attributo come stabilito dall'annotazione
transcribedContent
responsabilità per la trascrizione del contenuto dell'elemento
suppliedContent
responsabilità per i contenuti inseriti dal codificatore (correzioni, espansione di abbreviazioni, ecc.)
resp (responsabile) indica il soggetto responsabile dell'aspetto del test elettronico
Stato Richiesto
Tipo di dati
data.pointer
Valori a pointer to one of the identifiers declared in the document header, associated with a person asserted as responsible for some aspect of the text's creation, transcription, editing, or encoding
Usato da model.global.meta
Può contenere
core: desc gloss
tagdocs: altIdent equiv
Dichiarazione
element respons
{
   att.global.attributes,
   attribute target { list { data.pointer+ } },
   attribute locus
   {
      list
      {
         (
            "gi"
          | "location"
          | "startLoc"
          | "endLoc"
          | "attrName"
          | "transcribedContent"
          | "suppliedContent"
          | xsd:Name
         )+
      }
   },
   attribute resp { data.pointer },
   model.glossLike*
}
Esempio
<respons target="#p1locus="gi locationresp="#encoder1"/>
<respons target="#p2locus="rendresp="#encoder2"/>
<list type="encoders">
 <item xml:id="encoder1"/>
 <item xml:id="encoder2"/>
</list>
Nota
The <respons> element is designed for cases in which fine-grained information about specific aspects of the markup of a text is desirable for whatever reason. Global responsibility for certain aspects of markup is usually more simply indicated in the TEI header, using the <respStmt> element within the title statement, edition statement, or change log.