<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>type of schema</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |