<expan>
<expan> (expansion) contains the expansion of an abbreviation. [3.6.5. Abbreviations and Their Expansions]
| Module | core |
| Attributes |
att.global.responsibility
cert
resp
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
att.global.source
source
att.editLike
evidence
|
| Contained by |
core: choice
|
| May contain |
core: abbr add address choice cit date del ellipsis emph foreign gap gloss graphic hi lb measure measureGrp mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic soCalled term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
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.
|
| 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="att.editLike"/> </classes> <content> <macroRef key="macro.phraseSeq"/> </content> </elementSpec> |