<abbr>

<abbr> (abbreviazione) contiene un'abbreviazione di qualsiasi genere. [3.6.5 Abbreviations and Their Expansions]
Modulo core — Elements Available in All TEI Documents
Attributi
type⚓︎ (type) pemette al codificatore di classificare l'abbreviazione secondo una tipologia funzionale.
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
I valori esemplificativi includono:
suspension
(suspension) l'abbreviazione consiste delle prime lettere di una parola o sintagma, omettendo il restante.
contraction
(contraction) l'abbreviazione omette alcune lettere nella parte centrale.
brevigraph
l'abbreviazione consiste di un simbolo o segno speciale.
superscription
(superscription) l'abbreviazione include testo scritto al di sopra della linea.
acronym
(acronym) l'abbreviazione consiste delle lettere iniziali delle una parola di una frase.
title
(title) labbreviazione si riferisce al titolo (Sig., Sig.ra ecc.)
organization
(organization) l'abbreviazione si riferisce al nome di un organizzazione.
geographic
(geographic) l'abbreviazione si riferisce ad un toponimo
Membro del
Contenuto 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
Può contenere
Nota

If abbreviations are expanded silently, this practice should be documented in the editorialDecl, either with a normalization element or a p.

Esempio
<choice>
 <expan>North Atlantic Treaty Organization</expan>
 <abbr cert="low">NorATO</abbr>
 <abbr cert="high">NATO</abbr>
 <abbr cert="highxml:lang="fr">OTAN</abbr>
</choice>
Esempio
<choice>
 <abbr>SPQR</abbr>
 <expan>senatus populusque romanorum</expan>
</choice>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Dichiarazione
<rng:element name="abbr">
 <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.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element abbr
{
   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.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}