<attList>

<attList> 当該要素に関する全ての属性に関する文書を,一連の要素attDef で示す. 22.4.4 Element Specifications 22.4.6 Element Classes
モジュール tagdocs — 22 Documentation Elements
グローバル属性の他
org (organization) リスト中の属性が全て使用できるか(org="group"),またはその1つだけ が使用できるか(org="choice")を示す.
状態 任意
正当な値:
group
全て. [初期値]
choice
ひとつを選択.
当該モジュールを使用するもの
下位
宣言

<rng:element name="attList">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="org" a:defaultValue="group">
   <rng:choice>
    <rng:value>group</rng:value>
    <rng:value>choice</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="attRef"/>
   <rng:ref name="attDef"/>
   <rng:ref name="attList"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element attList
{
   att.global.attributes,
   attribute org { "group" | "choice" }?,
   ( attRef | attDef | attList )+
}
<attList>
 <attDef ident="type" usage="opt">
  <equiv/>
  <desc>type of schema</desc>
  <datatype>
   <rng:ref name="data.enumerated"/>
  </datatype>
 </attDef>
</attList>