<valList>
<valList> (lista di valori) contiene uno o più elementi valItem che definiscono i valori possibili per un attributo [22.4.5 Attribute List Specification] | |||||||||
Modulo | tagdocs — Documentation Elements | ||||||||
Attributi | 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.combinable (@mode) (att.deprecated (@validUntil))
| ||||||||
Contenuto in | tagdocs: attDef content elementSpec macroSpec | ||||||||
Può contenere | tagdocs: valItem | ||||||||
Dichiarazione |
element valList { 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.combinable.attributes, att.deprecated.attributes, attribute type { text }?, valItem* } | ||||||||
Esempio | <valList type="closed"> <valItem ident="req"> <gloss>required</gloss> </valItem> <valItem ident="rec"> <gloss>recommended</gloss> </valItem> <valItem ident="opt"> <gloss>optional</gloss> </valItem> </valList> |