<valItem>

<valItem> documente une valeur d'attribut unique dans une liste d'items possibles ou obligatoires 22.4.5 Attribute List Specification
Module tagdocs — 22 Documentation Elements
En complément des attributs globaux att.combinable (@mode)
ident specifies the attribute value concerned.
Statut Requis
Type de données

<rng:text/>
text
Valeurs any string value
Utilisé par
Peut contenir
core: desc gloss
tagdocs: altIdent equiv
Declaration

<rng:element name="valItem">
 <rng:ref name="att.global.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.combinable.attributes,
   attribute ident { text },
   model.glossLike*
}
Exemple
<valItem ident="dub">
 <altIdent xml:lang="fr">dou</altIdent>
 <equiv name="unknown"/>
 <gloss>dubious</gloss>
 <desc>used when the application of this element is doubtful or uncertain</desc>
</valItem>