<att>

<att> 属性の名前を示す. 22 ドキュメンテーション向け要素
モジュールtagdocs — 22 ドキュメンテーション向け要素
属性
scheme 当該属性名を定義するスキームの識別子を示す.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
例としての値は以下の通り:
TEI
当該属性はTEIスキームに属している. [初期値]
DBK
当該属性は,Docbookスキームに属している.
XX
当該属性は,未知のスキームに属している.
当該モジュールを使用するもの
下位文字データのみ
宣言

<rng:element name="att">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="schemea:defaultValue="TEI">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:text/>
</rng:element>
element att{   att.global.attributes,   attribute scheme { data.enumerated }?,   text}
<p>The TEI defines six <soCalled>global</soCalled> attributes; their names are
<att>xml:id</att>, <att>rend</att>, <att>xml:lang</att>, <att>n</att>, <att>xml:space</att>,
and <att>xml:base</att>; <att scheme="XX">style</att> is not among them.</p>
解説
名前空間接頭辞は,当該スキーム属性により,選択されるスキームを特定 するために使用されれる.当該属性が優先される.