Historical release v0.9.4. Latest at lex-0.org.

TEI Lex-0

Clarity for lexicographers. Stability for data. Compatibility for the future.

10.1.45. <gloss>

<gloss> (gloss) identifies a phrase or word used to provide a gloss or definition for some other word or phrase. [3.4.1. Terms and Glosses 23.4.1. Description of Components]
Modulecore — Specification
Attributes
Member of
Contained by
May contain
analysis: c pc
dictionaries: lang lbl xr
figures: figure
gaiji: g
header: idno
linking: seg
transcr: metamark
character data
Note

The target and cRef attributes are mutually exclusive.

Example
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>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration

element gloss
{
   att.global.attributes,
   att.cReferencing.attributes,
   att.cmc.attributes,
   att.pointing.attributes,
   att.typed.attributes,
   macro.phraseSeq
}