§
<abbr>
<abbr> (abbreviation) contains an abbreviation of any sort. [3.5.5. Abbreviations and Their Expansions] | |||||
Module | core | ||||
Attributes | Attributes att.global (@xml:id, @n, @xml:lang) (att.global.rendition (@rend, @style)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.source (@source) att.typed (@type)
| ||||
Member of | |||||
Contained by | |||||
May contain | |||||
Declaration | element abbr { attribute type { text }?, macro.phraseSeq } | ||||
Example | <choice> <expan>North Atlantic Treaty Organization</expan> <abbr cert="low">NorATO</abbr> <abbr cert="high">NATO</abbr> <abbr cert="high" xml:lang="fr">OTAN</abbr> </choice> | ||||
Example | |||||
Note | The abbr tag is not required; if appropriate, the encoder may transcribe abbreviations in the source text silently, without tagging them. If abbreviations are not transcribed directly but expanded silently, then the TEI header should so indicate. |