TEI Lex-0

— A baseline encoding for lexicographic data

12.1.40. <expan>

<expan> (expansion) contains the expansion of an abbreviation. [3.6.5. Abbreviations and Their Expansions]
Modulecore — Specification
Attributes
Member of
Contained by
May contain
analysis: c pc
dictionaries: lang
figures: figure
gaiji: g
header: idno
linking: seg
tagdocs: ident
transcr: metamark
character data
Note

The content of this element should be the expanded abbreviation, usually (but not always) a complete word or phrase. The <ex> element provided by the transcr module may be used to mark up sequences of letters supplied within such an expansion.

If abbreviations are expanded silently, this practice should be documented in the <editorialDecl>, either with a <normalization> element or a <p>.

Example
The address is Southmoor
<choice>
 <expan>Road</expan>
 <abbr>Rd</abbr>
</choice>
Example
<choice xml:lang="la">
 <abbr>Imp</abbr>
 <expan>Imp<ex>erator</ex>
 </expan>
</choice>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration

element expan
{
   att.global.attributes,
   att.cmc.attributes,
   att.editLike.attributes,
   macro.phraseSeq
}