<attDef>
<attDef> (definizione di attributo) contiene la definizione di un unico attributo 22.4.5 Attribute List Specification | |||||||||||||
Modulo | tagdocs — 22 Documentation Elements | ||||||||||||
Attributi | att.identified (@ident, @predeclare, @module, @mode)
| ||||||||||||
Usato da | attList | ||||||||||||
Può contenere | |||||||||||||
Dichiarazione | element attDef { att.global.attributes, att.identified.attributes, attribute usage { "req" | "mwa" | "rec" | "rwa" | "opt" }?, attribute ns { data.namespace }?, ( model.glossLike*, datatype?, defaultVal?, ( valList | valDesc )?, exemplum*, remarks* ) } | ||||||||||||
Esempio | <attDef usage="rec" ident="type"> <desc>specifies a name conventionally used for this level of subdivision, e.g. <val>act</val>, <val>volume</val>, <val>book</val>, <val>section</val>, <val>canto</val>, etc.</desc> </attDef> |