<valItem>

<valItem> contiene un unico valore e un'unica coppia di glosse per un attributo 22.4.5 Attribute List Specification
Modulo tagdocs — 22 Documentation Elements
Oltre agli attributi globali att.combinable (@mode)
ident specifies the attribute value concerned.
Stato Richiesto
Tipo di dati

<rng:text/>
text
Valori any string value
Usato da
Può contenere
core: desc gloss
tagdocs: altIdent equiv
Dichiarazione

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