<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 — Documentation Elements | ||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
| ||||||||
Contained by | tagdocs: attList classSpec elementSpec | ||||||||
May contain | |||||||||
Declaration |
element attList { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, attribute org { text }?, ( attRef | attDef | attList )+ } | ||||||||
Example | <attList> <attDef ident="type" usage="opt"> <desc>type of schema</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |