<respons>

<respons> (Responsabilité) identifie le ou les personne(s) responsable(s) d'un aspect du balisage d'un ou de plusieurs éléments particuliers. 21.2 Attribution of Responsibility
Modulecertainty — 21 Certainty and Responsibility
Attributs
targetdonne le(s) identifiant(s) du ou des éléments sur le(s)quel(s) porte un aspect de la responsabilité.
Statut Requis
Type de données 1–∞ occurrences of
data.pointer
séparé par un espace
Valeurs one or more valid identifiers, separated by whitespace.
locusIndique l'aspect spécifique du balisage sur lequel porte la responsabilité
Statut Requis
Type de données 1–∞ occurrences of
data.enumerated
séparé par un espace
Les valeurs suggérées comprennent:
gi
(Responsabilité de l'assertion selon laquelle l'information encodée est du type indiqué par le balisage) responsibility for the claim that the element is of the type indicated by the markup
location
responsibility for the claim that the element begins and ends where indicated
startLoc
(start location) responsibility for the claim that the element begins where indicated
endLoc
(end location) responsibility for the claim that the element ends where indicated
attrName
(Responsabilité de l'assertion selon laquelle le nom de l'attribut utilisé correspond bien à l'information que l'on veut donner) responsibility for the claim that the name attribute has the value given in the markup
transcribedContent
responsibility for the transcription of the element content
suppliedContent
responsibility for the contents supplied by the encoder (corrections, expansions of abbreviations, etc.)
resp (responsible party) Identifie la personne ou l'organisme responsable de l'aspect en question dans le document TEI
Statut Requis
Type de données
data.pointer
Valeurs 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
Utilisé par model.global.meta
Peut contenir
core: desc gloss
tagdocs: altIdent equiv
Declaration
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*
}
Exemple
<respons target="#p1locus="gi locationresp="#encoder1"/>
<respons target="#p2locus="rendresp="#encoder2"/>
<list type="encoders">
 <item xml:id="encoder1"/>
 <item xml:id="encoder2"/>
</list>
Note
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.