<attList>
<attList> contains documentation for all the attributes associated with this element, as a series of attDef elements. [22.4.4 Element Specifications 22.4.6 Element Classes] | |||||||||
Module | tagdocs — 22 Documentation Elements | ||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @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))
| ||||||||
Used by | |||||||||
Contained by | tagdocs: attList classSpec elementSpec | ||||||||
May contain | |||||||||
Declaration |
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 )+ } | ||||||||
Example | <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>type of schema</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |