<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
Modulocore — 3 Elements Available in All TEI Documents
Attributi att.declaring (@decls) att.translatable (@version) att.typed (@type, @subtype)
targetidentifica un elemento <term> associato attraverso un riferimento URI assoluto o relativo
Stato Opzionale
Tipo di dati
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
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
Nota
The <refsDecl> to use may be indicated with the decls attribute.
Usato da model.emphLike model.glossLike
Può contenere
Dichiarazione
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="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.