<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
組件tagdocs — 22 Documentation Elements
屬性
org (organization) specifies whether all the attributes in the list are available (org="group") or only one of them (org="choice")
狀態 非必備的
合法的值是:
group
grouped [預設值]
choice
alternated
屬於attList classSpec elementSpec
可包含
宣告
element attList
{
   att.global.attributes,
   attribute org { "group" | "choice" }?,
   ( attRef | attDef | attList )+
}
例子
<attList>
 <attDef ident="typeusage="opt">
  <equiv/>
  <desc>type of schema</desc>
  <datatype>
   <rng:ref name="data.enumerated"/>
  </datatype>
 </attDef>
</attList>