<expan>

<expan> (Abkürzungsauflösung) enthält die aufgelöste Form einer Abkürzung. [3.6.5 Abbreviations and Their Expansions]
Modul core — Elements Available in All TEI Documents
Attribute
Mitglied des
Enthalten in
analysis: cl pc phr s span w
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Kann enthalten
Anmerkung

Der Inhalt dieses Elements sollte die aufgelöste Abkürzung sein, üblicherweise ein vollständiges Wort oder eine Phrase. Das ex-Element aus dem Modul transcr kann verwendet werden, um einzelne Buchstaben innerhalb der Auflösung auszuzeichnen.

Werden Abkürzungen stillschweigend aufgelöst, sollte diese Vorgehensweise im TEI-Header über das editorialDecl-Element dokumentiert werden, entweder in einem normalization- oder einem p-Element.

Beispiel
The address is Southmoor
<choice>
 <expan>Road</expan>
 <abbr>Rd</abbr>
</choice>
Beispiel
<choice xml:lang="la">
 <abbr>Imp</abbr>
 <expan>Imp<ex>erator</ex>
 </expan>
</choice>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schema Deklaration
<rng:element name="expan">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element expan
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.editLike.attributes,
   macro.phraseSeq
}