<valItem>

<valItem> 가능한 또는 필수적 항목의 목록 내에서 단일 속성 값을 기록한다. 22.4.5 Attribute List Specification
모듈 tagdocs — 22 Documentation Elements
전체 속성에 부가 att.combinable (@mode)
ident specifies the attribute value concerned.
상태 필수적
자료 유형

<rng:text/>
text
any string value
에 의해 사용된
포함할 수 있다
core: desc gloss
tagdocs: altIdent equiv
선언

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