<expan>

<expan> (expansion) contains the expansion of an abbreviation. [3.6.5. Abbreviations and Their Expansions]
Module core
Attributes Attributes att.global.responsibility (cert, resp) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.editLike (evidence)
Member of
Contained by
core: choice
May contain
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.
Examples
The address is Southmoor 
<choice>
      
<expan>Road</expan>
      
<abbr>Rd</abbr>
   
</choice>

<choice xml:lang="la">
   
<abbr>Imp</abbr>
   
<expan>Imp<ex>erator</ex>
   
</expan>
</choice>
Source Github

<elementSpec rend="change" module="core" ident="expan">
   
<gloss>expansion</gloss>
   
<desc>contains the expansion of an abbreviation.</desc>
   
<classes>
      
<memberOf key="att.global.responsibility"/>
      
<memberOf key="att.global"/>
      
<memberOf key="model.choicePart"/>
      
<memberOf key="att.editLike"/>
   
</classes>
   
<content>
      
<macroRef key="macro.phraseSeq"/>
   
</content>
   
<attList/>
</elementSpec>