<attList>

<attList> contiene la documentazione relativa agli attributi associati all'elemento in questione sotto forma di una serie di elementi attDef 22.4.4 Element Specifications 22.4.6 Element Classes
Modulotagdocs — 22 Documentation Elements
Attributi
org (organizzazione) indica se gli attributi contenuti nella lista sono tutti disponibili (org="gruppo") o se ne è disponibile solo uno (org="scelta")
Stato Opzionale
I valori legali sono:
group
raggruppati [Valore di default]
choice
alternati
Usato da
Può contenere
Dichiarazione

<rng:element name="attList">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="orga: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 )+
}
Esempio
<attList>
 <attDef ident="typeusage="opt">
  <equiv/>
  <desc>type of schema</desc>
  <datatype>
   <rng:ref name="data.enumerated"/>
  </datatype>
 </attDef>
</attList>