<attList>

<attList> contains documentation for all the attributes associated with this element, as a series of <attDef> elements. 22.4.4 Element Specifications 22.4.6 Element Classes
Modultagdocs — 22 Documentation Elements
Attribute
org (organization) specifies whether all the attributes in the list are available (org="group") or only one of them (org="choice")
Zustand Optional
Gültige Werte:
group
grouped [Vorgabe]
choice
alternated
Verwendet vonattList classSpec elementSpec
Kann enthalten
Deklaration
element attList
{
   att.global.attributes,
   attribute org { "group" | "choice" }?,
   ( attRef | attDef | attList )+
}
Beispiel
<attList>
 <attDef ident="typeusage="opt">
  <equiv/>
  <desc>type of schema</desc>
  <datatype>
   <rng:ref name="data.enumerated"/>
  </datatype>
 </attDef>
</attList>