<abbr>

<abbr> (약어) 어떤 종류의 약어를 포함한다. [3.5.5 Abbreviations and Their Expansions]
모듈core — 3 Elements Available in All TEI Documents
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.responsibility (@cert, @resp)
type적절한 방식에 따른 약어를 분류하는 것을 가능하게 한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
샘플 값은 다음을 포함한다 Sample values include:
suspension
단어 또는 구의 첫 문자(들)로 제시된 약어
contraction
중간의 몇 개 문자들이 생략된 약어
brevigraph
약어가 특별한 기호 또는 부호로 구성된다.
superscription
약어가 행 위에 기록된 것을 포함한다.
acronym
약어가 구를 구성하는 각 단어의 시작 문자로 구성된 것이다.
title
호칭에 대한 약어(Dr, Ms, Mr 등)
organization
약어가 기관명에 대한 것이다.
geographic
약어가 지명에 대한 것이다.
에 의해 사용된
에 의해 포함된
analysis: cl pc phr s span w
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: valDesc
verse: metSym rhyme
포함할 수 있다
선언

<rng:element name="abbr">
 <rng:ref name="att.global.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.responsibility.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element abbr
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.responsibility.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
<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>
<choice>
 <abbr>SPQR</abbr>
 <expan>senatus populusque romanorum</expan>
</choice>