<classes>

<classes> 当該文書化されている要素やクラスの構成要素や下位クラスを示す. 22.4.4 Element Specifications 22.4.6 Element Classes
モジュール tagdocs — 22 Documentation Elements
グローバル属性の他
mode 当該宣言が親モジュールに与える影響を示す.
状態 任意
正当な値:
change
当該宣言は,現行定義中にある同名宣言を修正する.
replace
当該宣言は,現行定義中の同名宣言に置き換わる. [初期値]
当該モジュールを使用するもの
下位
tagdocs: memberOf
宣言

<rng:element name="classes">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="mode" a:defaultValue="replace">
   <rng:choice>
    <rng:value>change</rng:value>
    <rng:value>replace</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:zeroOrMore>
   <rng:ref name="memberOf"/>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element classes
{
   att.global.attributes,
   attribute mode { "change" | "replace" }?,
   ( memberOf* )
}
<classes>
 <memberOf key="model.qLike"/>
 <memberOf key="att.declarable"/>
</classes>

This classes element indicates that the element documented (which may be an element or a class) is a member of two distinct classes: model.qLike and att.declarable.

解説
空要素classesは,当該文書化されている要素は,どのクラスの 構成要素でもないことを示す.一般には,このようなことは起こらない.