<attList>
<attList> 当該要素に当てはまる全ての属性を示す. 22.4.4 Element Specifications 22.4.6 Element Classes | |||||||
モジュール | tagdocs — 22 Documentation Elements | ||||||
属性 |
| ||||||
当該モジュールを使用するもの | attList classSpec elementSpec | ||||||
下位 | |||||||
宣言 | element attList { att.global.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> |