<attList>
<attList> 包含所有和此元素相關的屬性記錄,使用一連串的元素attDef。 22.4.4 Element Specifications 22.4.6 Element Classes | |||||||
組件 | tagdocs — 22 Documentation Elements | ||||||
除全域屬性以外 |
|
||||||
屬於 | |||||||
可包含 | |||||||
宣告 |
element attList { att.global.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> |