<abbr>

<abbr> (縮寫) 包含任何形式的縮寫。 3.5.5 Abbreviations and Their Expansions
組件core — 3 Elements Available in All TEI Documents
屬性
type標記者可以用便利的分類方法將縮寫形式分類。
狀態 非必備的
資料類型
data.enumerated
實例值包含:
suspension
僅提供字詞開端的一個或一個以上的字母並省略其他部分的縮寫形式。
contraction
省略單字當中某些字母的縮寫形式。
brevigraph
包含特殊符號或標記的縮寫形式。
superscription
包含上標文字的縮寫形式。
acronym
僅包含字首字母的縮寫形式。
title
用於頭銜稱呼的縮寫(Dr, Ms, Mr, …)。
organization
用於機構團體名稱的縮寫。
geographic
用於地理名稱的縮寫。
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.