<abbr>

<abbr> (省略形) あらゆる種類の名称の省略を一つ含む。 [3.6.5 Abbreviations and Their Expansions]
モジュール core — Elements Available in All TEI Documents
属性
type⚓︎ (type) 符号化する人の分類に従って省略名称を付与することができる。
Derived from att.typed
状態 任意
データ型 teidata.enumerated
解説

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

クラブのメンバー
上位
analysis: cl pc phr s span w
cmc: post
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
下位
解説

省略形が暗黙的に戻される場合、これは一つのnormalization要素かp要素とともにeditorialDeclに記述されるべきである。

<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>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣言
<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.cmc.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.cmc.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}