<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, @style, @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>文件模型的種類</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |