<valItem>

<valItem> contiene un único valor y una glosa para un atributo. 22.4.5 Attribute List Specification
Módulo tagdocs — 22 Documentation Elements
Además de los atributos globales att.combinable (@mode)
ident specifies the attribute value concerned.
Estado Necesario
Tipo de datos

<rng:text/>
text
Valores any string value
Usado por
Puede contener
core: desc gloss
tagdocs: altIdent equiv
Declaración

<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*
}
Ejemplo
<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>