<expan>

<expan> (expansion) contient l'expansion d'une abréviation. [3.6.5 Abbreviations and Their Expansions]
Module core — Elements Available in All TEI Documents
Attributs
Membre du
Contenu dans
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
Peut contenir
Note

En général, le contenu de cet élément doit être une expression ou un mot complet. L'élément ex fourni par le module transcr peut être utilisé pour baliser des suites de lettres données dans une expansion de ce type.

Exemple
Il habite
<choice>
 <expan>Avenue</expan>
 <abbr>Av.</abbr>
</choice>de la Paix
Modèle de contenu
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Schéma Declaration
<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
}