<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
Atributos att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
targetidentifica el elemento <term> con una referencia URI absoluta o relativa.
Estado Opcional
Tipo de datos
data.pointer
Valores should be a valid URI reference that resolves to a <term> element
cRef (canonical reference) 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
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
The <refsDecl> to use may be indicated with the decls attribute.
Used by model.emphLike model.glossLike
May contain
Declaración
element gloss
{
   att.global.attributes,
   att.declaring.attributes,
   att.translatable.attributes,
   att.typed.attributes,
   ( attribute target { data.pointer }? | attribute cRef { data.pointer }? ),
   macro.phraseSeq
}
Ejemplo
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>
Nota
The target and cRef attributes are mutually exclusive.