<valItem>

<valItem> documents a single attribute-value within a list of possible or mandatory items. 22.4.5 Attribute List Specification
Moduletagdocs — 22 Documentation Elements
Attributes att.identified (@ident, @predeclare, @module, @mode)
Used by
May contain
core: desc gloss
tagdocs: altIdent equiv
Declaration

<rng:element name="valItem">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.identified.attributes"/>
<rng:zeroOrMore>
 <rng:ref name="model.glossLike"/>
</rng:zeroOrMore>
</rng:element>
element valItem
{
   att.global.attributes,
   att.identified.attributes,
   model.glossLike*
}
Example
<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>