<abbr>

<abbr> 名称の省略 [3.5.5 Abbreviations and Their Expansions]
モジュールcore — Elements Available in All TEI Documents
属性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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) (att.source (@source)) att.typed (type, @subtype)
type符号化する人の分類に従って省略名称を付与することができる.
Derived fromatt.typed
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
解説

属性typeは,省略形の分類を明示したい時に使用される. 一般には,全ての場合で同じタイプの省略形が使われるが,そうでな い場合にこの属性は有効であろう. 用例に示されているように,省略形はそれを造語する手法により分類 することができる.この分類は符号化する人が決めるものである.従っ て,目的に合わせて慎重に選択すべきである.中世英語の省略形につ いては,以下を参照のことPetty (1977)

クラブのメンバー
上位
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
下位
宣言

<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:ref name="att.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <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,
   att.source.attributes,
   att.typed.attribute.subtype,
   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="highxml:lang="fr">OTAN</abbr>
</choice>
<choice>
 <abbr>SPQR</abbr>
 <expan>senatus populusque romanorum</expan>
</choice>
解説

要素abbrは,必須ではない.必要であれば,符号化する人は元 テキストにある省略形を,何もタグを付けずに転記することもできる. 省略形が元資料から直接転記されたものではなく,かつ要素 expandedで符号化されている場合には,TEIヘダーにそのこ とを記述すべきである.