<attList>
<attList> (liste d'attributs) contient la documentation pour tous les attributs associés à cet élément comme une série d'éléments attDef. [22.4.4 Element Specifications 22.4.6 Element Classes] | |||||||||
Module | tagdocs — 22 Documentation Elements | ||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @rend, @style, @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))
| ||||||||
Utilisé par | |||||||||
Contenu dans | tagdocs: attList classSpec elementSpec | ||||||||
Peut contenir | |||||||||
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 )+ } | ||||||||
Exemple | <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>type de schéma</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |