<classes>

<classes> 当該文書化されている要素やクラスの構成要素や下位クラスを示す. [22.4.4 Element Specifications 22.4.6 Element Classes]
モジュールtagdocs — 22 Documentation Elements
属性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
mode 当該宣言が親モジュールに与える影響を示す.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
正当な値:
change
当該宣言は,現行定義中にある同名宣言を修正する.
replace
当該宣言は,現行定義中の同名宣言に置き換わる. [初期値]
当該モジュールを使用するもの
上位
下位
tagdocs: memberOf
宣言

<rng:element name="classes">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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は,当該文書化されている要素は,どのクラスの 構成要素でもないことを示す.一般には,このようなことは起こらない.