<expan>

<expan> (expansion) contains the expansion of an abbreviation. 3.5.5 Abbreviations and Their Expansions
Modulecore — 3 Elements Available in All TEI Documents
Attributes att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
Used by
May contain
Declaration

<rng:element name="expan">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element expan
{
   att.global.attributes,
   att.editLike.attributes,
   att.dimensions.attributes,
   macro.phraseSeq
}
Example
The address is Southmoor <choice>
 <expan>Road</expan>
 <abbr>Rd</abbr>
</choice>
Note
The content of this element should usually be 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.