<language>

<language> (language) 個別敘述文本中使用的語言或次要語言。 [2.4.2 Language Usage]
組件 header — The TEI Header
屬性
ident⚓︎ (identifier) 提供一語言代碼,其編碼方式定義在BCP 47中 (或其系列中) ,用來識別此元素所紀錄的語言,並由全域屬性xml:lang所參照。
狀態 必備的
資料類型 teidata.language
usage⚓︎ 標明該文本使用此語言的大約比例 (以冊計) 。
狀態 非必備的
資料類型 nonNegativeInteger
可包含在於
header: langUsage
可包含

Particularly for sublanguages, an informal prose characterization should be supplied as content for the element.

例子
<langUsage>
 <language ident="en-USusage="75">現代美語</language>
 <language ident="az-Arabusage="20">阿拉伯文手寫的亞塞拜然語</language>
 <language ident="x-lapusage="05">一種行話,將字頭的子音調至字尾,再多加一個音節</language>
</langUsage>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣告
<rng:element name="language">
 <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:attribute name="ident">
  <rng:ref name="teidata.language"/>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="usage">
   <rng:data type="nonNegativeInteger"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element language
{
   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,
   attribute ident { teidata.language },
   attribute usage { xsd:nonNegativeInteger }?,
   macro.phraseSeq.limited
}