<att>

<att> (属性) 属性の名前を示す。 [22 Documentation Elements]
モジュール tagdocs — Documentation Elements
属性
scheme⚓︎ (scheme) 当該属性名を定義するスキームの識別子を示す。
状態 任意
データ型 teidata.enumerated
例としての値は以下の通り:
TEI
(テクストエンコーディングイニシアチブ) 当該属性はTEIスキームに属している。 [初期値]
DBK
(Docbook) 当該属性は、Docbookスキームに属している。
XX
(未知の) 当該属性は、未知のスキームに属している。
imaginary
(imaginary) 当該属性は、説明の目的のためのみの、存在しないスキームからのものである。
XHTML
(XHTML) 当該属性はXHTML言語の一部である。
XML
(XML) 当該属性はXML言語の一部である。
XI
(XI) 当該属性はxIncludeスキーマで定義されている。
クラブのメンバー
上位
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
下位
XSD Name
解説

scheme属性を使用する代わりに、名前空間接頭辞を使用することもできる。schemeと接頭辞の両方が使用されている場合は、接頭辞が優先される。

<p>The TEI defines several <soCalled>global</soCalled> attributes; their names include
<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">type</att> is not amongst them.</p>
Content model
<content>
 <dataRef key="teidata.name"/>
</content>
宣言
<rng:element name="att">
 <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:optional>
  <rng:attribute name="scheme"
   a:defaultValue="TEI">

   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="teidata.name"/>
</rng:element>
element att
{
   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 scheme { teidata.enumerated }?,
   teidata.name
}