<gloss>

<gloss> identifica una locución o palabra usada para proporcionar una glosa o definición sobre otra palabra o frase. [3.3.4 Terms, Glosses, Equivalents, and Descriptions]
Módulocore — 3 Elements Available in All TEI Documents
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declaring (@decls) att.translatable (@versionDate) att.typed (@type, @subtype) att.pointing (@targetLang, @target, @evaluate)
cRef (referencia canónica) identifica el elemento term asociado utilizando una referencia canónica de un esquema definido en un elemento refsDecl en el encabezado TEI.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores 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
Nota
Para utilizar refsDecl se puede indicar con el atributodecls.
Usado por
Contenido en
figures: cell figDesc
gaiji: char glyph
iso-fs: fDescr fsDescr
linking: ab join joinGrp seg
verse: metSym rhyme
Puede contener
Declaración

<rng:element name="gloss">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.declaring.attributes"/>
 <rng:ref name="att.translatable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="cRef">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element gloss
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declaring.attributes,
   att.translatable.attributes,
   att.typed.attributes,
   att.pointing.attributes,
   attribute cRef { data.pointer }?,
   macro.phraseSeq
}
Ejemplo
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>
Nota
Los atributos blanco y cRef son mutuamente exclusivos.