<attList>
<attList> 当該要素に関する全ての属性に関する文書を,一連の要素attDef で示す. [22.4.4 Element Specifications 22.4.6 Element Classes] | |||||||||
モジュール | tagdocs — 22 Documentation Elements | ||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||
当該モジュールを使用するもの | |||||||||
上位 | tagdocs: attList classSpec elementSpec | ||||||||
下位 | |||||||||
宣言 |
element attList { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute org { "group" | "choice" }?, ( attRef | attDef | attList )+ } | ||||||||
例 | <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>type of schema</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |