<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.5 Element Specifications 22.6 Class Specifications] | |||||||||
Module | tagdocs — Documentation Elements | ||||||||
Attributs | 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)) (att.global.source (@source))
| ||||||||
Contenu dans | tagdocs: attList classSpec elementSpec | ||||||||
Peut contenir | |||||||||
Exemple | <attList> <attDef ident="type" usage="opt"> <desc>type de schéma</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> </attDef> </attList> | ||||||||
Modèle de contenu | <content> | ||||||||
Schéma Declaration | <rng:element name="attList"> 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, att.global.source.attributes, attribute org { "group" | "choice" }?, ( attRef | attDef | attList )+ } |