<valItem>

<valItem> documente une valeur d'attribut unique dans une liste d'items possibles ou obligatoires [22.4.5 Attribute List Specification]
Moduletagdocs — 22 Documentation Elements
Attributsatt.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.combinable (@mode)
identspecifies the attribute value concerned.
Statut Requis
Type de données

<rng:text/>
text
Valeurs any string value
Utilisé par
Contenu dans
tagdocs: valList
Peut contenir
Declaration

<rng:element name="valItem">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.combinable.attributes"/>
 <rng:attribute name="ident">
  <rng:text/>
 </rng:attribute>
 <rng:zeroOrMore>
  <rng:ref name="model.glossLike"/>
 </rng:zeroOrMore>
</rng:element>
element valItem
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.combinable.attributes,
   attribute ident { text },
   model.glossLike*
}
Exemple
<valItem ident="dub">
 <altIdent xml:lang="fr">dou</altIdent>
 <equiv name="unknown"/>
 <gloss>douteux</gloss>
 <desc>utilisé quand l'emploi de cet élément est douteux ou incertain.</desc>
</valItem>