<gloss>

<gloss> identifica un sintagma o una parola che fornisce una glossa o definizione per qualche altra parola o sintagma. 3.3.4 Terms, Glosses, Equivalents, and Descriptions
Modulo core — 3 Elements Available in All TEI Documents
Oltre agli attributi globali att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
target identifica un elemento term associato attraverso un riferimento URI assoluto o relativo
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori should be a valid URI reference that resolves to a term element
cRef (riferimento canonico) identifica l'elemento associato term usando un riferimento canonico a partire da uno schema definito in un elemento refsDecl nell'intestazione TEI
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori the result of applying the algorithm for the resolution of canonical references (described in section 16.2.5 Canonical References) should be a valid URI reference that resolves to a term element
Usato da
Può contenere
Dichiarazione

<rng:element name="gloss">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.translatable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:choice>
  <rng:optional>
   <rng:attribute name="target">
    <rng:ref name="data.pointer"/>
   </rng:attribute>
  </rng:optional>
  <rng:optional>
   <rng:attribute name="cRef">
    <rng:ref name="data.pointer"/>
   </rng:attribute>
  </rng:optional>
 </rng:choice>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element gloss
{
   att.global.attributes,
   att.declaring.attributes,
   att.translatable.attributes,
   att.typed.attributes,
   ( attribute target { data.pointer }? | attribute cRef { data.pointer }? ),
   macro.phraseSeq
}
Esempio
We may define <term xml:id="tdpv" rend="sc">discoursal point of view</term> as
<gloss target="#tdpv">the relationship, expressed
through discourse structure, between the implied author or some other addresser, and the
fiction.</gloss>