<gloss>

<gloss> (glose) identifie une expression ou un mot utilisé pour fournir une glose ou une définition à quelque autre mot ou expression 3.3.4 Terms, Glosses, Equivalents, and Descriptions
Modulecore — 3 Elements Available in All TEI Documents
Attributs att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
targetidentifie l'élément associé term par une référence URI absolue ou relative
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs should be a valid URI reference that resolves to a term element
cRef (référence canonique) identifie l'élément associé term au moyen d'une référence canonique issue d'un modèle défini par un élément refsDecl dans l'en-tête TEI
Statut Optionel
Type de données

<rng:ref name="data.pointer"/>
data.pointer
Valeurs 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
Note
La refsDecl à utiliser peut être indiquée par l'attribut decls.
Utilisé par
Peut contenir
Declaration

<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
}
Exemple
We may define <term xml:id="tdpvrend="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>
Note
Les attributs target et cRef sont exclusifs l'un de l'autre.