<attDef>
<attDef> (définition d'attribut) contient la définition d'un attribut. [22.4.5 Attribute List Specification] | |||||||||||||||||
Module | tagdocs — 22 Documentation Elements | ||||||||||||||||
Attributs | 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)) (att.global.change (@change)) att.identified (@ident, @predeclare, @module, @status) (att.combinable (@mode))
| ||||||||||||||||
Utilisé par | |||||||||||||||||
Contenu dans | tagdocs: attList | ||||||||||||||||
Peut contenir | |||||||||||||||||
Declaration |
element attDef { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.identified.attributes, att.combinable.attributes, attribute usage { "req" | "mwa" | "rec" | "rwa" | "opt" }?, attribute ns { data.namespace }?, ( model.glossLike*, datatype?, constraintSpec*, defaultVal?, ( valList | valDesc+ )?, exemplum*, remarks* ) } | ||||||||||||||||
Schematron | <sch:assert test="tei:datatype or tei:valList[@type='closed']"> Attribute [@<sch:value-of select="@ident"/>] from [<sch:value-of select="ancestor::*[@ident]/@ident"/>] must have a closed valList or a datatype</sch:assert> | ||||||||||||||||
Exemple | <attDef usage="rec" ident="type"> <desc>spécifie un nom conventionnellement utilisé pour ce niveau de divisions , par ex. <val>acte</val>, <val>volume</val>, <val>livre</val>, <val>section</val>, <val>chant</val>, etc.</desc> </attDef> |