<attList>
<attList> contiene la documentazione relativa agli attributi associati all'elemento in questione sotto forma di una serie di elementi attDef 22.4.4 Element Specifications 22.4.6 Element Classes | |||||||
Modulo | tagdocs — 22 Documentation Elements | ||||||
Attributi | 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))
| ||||||
Usato da | |||||||
Contenuto in | tagdocs: attList classSpec elementSpec | ||||||
Può contenere | |||||||
Dichiarazione |
element attList { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute org { "group" | "choice" }?, ( attRef | attDef | attList )+ } | ||||||
Esempio |
<attList>
<attDef ident="type" usage="opt"> <equiv/> <desc>type of schema</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> |