<valList>

<valList> 可能な属性値を表すひとつ以上の要素valItemを示す. 22.4.5 Attribute List Specification
モジュール tagdocs — 22 Documentation Elements
グローバル属性の他 att.combinable (@mode)
type 属性値リストの拡張性を示す.
状態 任意
正当な値:
closed
許可された値のみ.
semi
(semi-open) 付与される全値が支持されるべきであるが,その他の値も可能であ る.ソフトウェアは,そのための適切な代替処理を用意すべきであ る.
open
付与された値は,参考値である. [初期値]
当該モジュールを使用するもの
下位
tagdocs: valItem
宣言

<rng:element name="valList">
 <rng:ref name="att.global.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.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>
 <valItem ident="rec">
  <gloss>recommended</gloss>
 </valItem>
 <valItem ident="rwa">
  <gloss>recommended when applicable</gloss>
 </valItem>
 <valItem ident="opt">
  <gloss>optional</gloss>
 </valItem>
</valList>