<att>

<att> (属性) 属性の名前を示す. 22 Documentation Elements
モジュールtagdocs — 22 Documentation Elements
属性
scheme当該名前が規定されているスキーマ中のIDを示す.
状態 任意
データ型
data.enumerated
例としての値は以下の通り:
TEI
(text encoding initiative) this attribute is part of the TEI scheme. [初期値]
DBK
(docbook) this attribute is part of the Docbook scheme.
XX
(unknown) this attribute is part of an unknown scheme.
当該モジュールを使用するもの model.phrase.xml
下位文字データのみ
宣言
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>
解説
A namespace prefix may be used in order to specify the scheme as an alternative to specifying it via the scheme attribute: it takes precedence