<attList>
<attList> 当該要素に関する全ての属性に関する文書を,一連の要素attDef で示す. 22.4.4 規定 22.4.6 要素クラス | |||||||
モジュール | tagdocs — 22 ドキュメンテーション向け要素 | ||||||
属性 |
| ||||||
当該モジュールを使用するもの | |||||||
下位 | |||||||
宣言 |
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> |