<abbr>

<abbr> (abreviatura) contiene una abreviatura de cualquier clase. [3.5.5 Abbreviations and Their Expansions]
Módulocore — Elements Available in All TEI Documents
Atributosatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.source (@source) att.typed (type, @subtype)
typepermite al codificador clasificar la abreviatura según la tipología conveniente. Posibles valores: 1] suspension; 2] contraction; 3] brevigraph; 4] superscription; 5] acronym; 6] title; 7] organization; 8] geographic
Derivado deatt.typed
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
suspension
la abreviatura proporciona a las primeras letras de la palabra o de la frase, omitiendo el resto.
contraction
la abreviatura omite algunas letras en el centro.
brevigraph
la abreviatura refiere un símbolo especial o una marca.
superscription
la abreviatura incluye la escritura sobre la línea.
acronym
la abreviatura abarca las letras iniciales de las palabras de una frase.
title
la abreviatura se emplea para un tratamiento en la dirección (el Dr.,, Sr.,…)
organization
la abreviatura se emplea en el nombre de una organización.
geographic
la abreviatura se usa para un nombre geográfico.
Miembro de
Contenido en
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
Puede contener
Ejemplo
<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>
Ejemplo
<choice>
 <abbr>SPQR</abbr>
 <expan>senatus populusque romanorum</expan>
</choice>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Declaración
<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.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.source.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}