<abbr>

<abbr> (省略) 様々な名称の省略. 3.5.5 Abbreviations and Their Expansions
モジュールcore — 3 Elements Available in All TEI Documents
属性
type符号化する人の分類に従って省略名称を作成して良い.
状態 任意
データ型
data.enumerated
例としての値は以下の通り:
suspension
the abbreviation provides the first letter(s) of the word or phrase, omitting the remainder.
contraction
the abbreviation omits some letter(s) in the middle.
brevigraph
the abbreviation comprises a special symbol or mark.
superscription
the abbreviation includes writing above the line.
acronym
the abbreviation comprises the initial letters of the words of a phrase.
title
the abbreviation is for a title of address (Dr, Ms, Mr, …)
organization
the abbreviation is for the name of an organization.
geographic
the abbreviation is for a geographic name.
解説
The type attribute is provided for the sake of those who wish to classify abbreviations at their point of occurrence; this may be useful in some circumstances, though usually the same abbreviation will have the same type in all occurrences. As the sample values make clear, abbreviations may be classified by the method used to construct them, the method of writing them, or the referent of the term abbreviated; the typology used is up to the encoder and should be carefully planned to meet the needs of the expected use. For a typology of Middle English abbreviations, see Petty (1977)
当該モジュールを使用するもの model.pPart.editorial model.choicePart
下位
宣言
element abbr
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
<abbr>SPQR</abbr>
<choice>
 <abbr>SPQR</abbr>
 <expan>senatus populusque romanorum</expan>
</choice>
解説
The <abbr> tag is not required; if appropriate, the encoder may transcribe abbreviations in the source text silently, without tagging them. If abbreviations are not transcribed directly but expanded silently, then the TEI header should so indicate.