<valList>

<valList> (값 목록) 하나의 속성에 대한 가능한 값을 정의하는 하나 이상의 valItem 요소를 포함한다. [22.4.5 Attribute List Specification]
모듈tagdocs — 22 Documentation Elements
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.combinable (@mode)
type명시된 속성 값 목록의 확장성을 명시한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
적법한 값은:
closed
명시된 하나의 값만이 허용된다.
semi
(반개방) 명시된 모든 값이 지원되어야하지만, 다른 값도 적법하며 소프트웨어는 이들에 대해 적절한 준비 프로세서를 갖추어야 한다.
open
명시된 값만이 표본 값이다. [기본값]
에 의해 사용된
에 의해 포함된
포함할 수 있다
tagdocs: valItem
선언

<rng:element name="valList">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.combinable.attributes"/>
 <rng:optional>
  <rng:attribute name="type" a:defaultValue="open">
   <rng:choice>
    <rng:value>closed</rng:value>
    <rng:value>semi</rng:value>
    <rng:value>open</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="valItem"/>
 </rng:zeroOrMore>
</rng:element>
element valList
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.combinable.attributes,
   attribute type { "closed" | "semi" | "open" }?,
   valItem*
}
<valList type="closed">
 <valItem ident="req">
  <gloss>required</gloss>
 </valItem>
<!-- <valItem ident="mwa"> <gloss>mandatory when applicable</gloss> </valItem> -->
<!-- [LR] commenting rwa and mwa until we're sure my changes are OK -->
 <valItem ident="rec">
  <gloss>recommended</gloss>
 </valItem>
<!-- <valItem ident="rwa"> <gloss>recommended when applicable</gloss> </valItem> -->
 <valItem ident="opt">
  <gloss>optional</gloss>
 </valItem>
</valList>