<att>

<att> (attribute) contains the name of an attribute appearing within running text. 22 Documentation Elements
組件tagdocs — 22 Documentation Elements
屬性
schemesupplies an identifier for the scheme in which this name is defined.
狀態 非必備的
資料類型
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