<attList>
<attList> contiene documentación relativa a todos los atributos asociados con este elemento bajo forma de series de elementos attDef. 22.4.4 Element Specifications 22.4.6 Element Classes | |||||||
Módulo | tagdocs — 22 Documentation Elements | ||||||
Atributos | 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))
| ||||||
Usado por | |||||||
Contenido en | tagdocs: attList classSpec elementSpec | ||||||
Puede contener | |||||||
Declaración |
element attList { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute org { "group" | "choice" }?, ( attRef | attDef | attList )+ } | ||||||
Ejemplo |
<attList>
<attDef ident="type" usage="opt"> <equiv/> <desc>type of schema</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |