<classes>

<classes> (classes) 当該文書化されている要素やクラスの構成要素や下位クラスを示す。 [22.5 Element Specifications 22.6 Class Specifications]
モジュール tagdocs — Documentation Elements
属性
mode⚓︎ 当該宣言が親モジュールに与える影響を示す。
状態 任意
データ型 teidata.enumerated
正当な値:
change
当該宣言は、現行定義中にある同名宣言を修正する。
replace
当該宣言は、現行定義中の同名宣言に置き換わる。 [初期値]
上位
下位
tagdocs: memberOf
解説

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

<classes>
 <memberOf key="model.attributable"/>
 <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.attributable and att.declarable.

Content model
<content>
 <elementRef key="memberOfminOccurs="0"
  maxOccurs="unbounded"/>

</content>
宣言
<rng:element name="classes">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.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:zeroOrMore>
  <rng:ref name="memberOf"/>
 </rng:zeroOrMore>
</rng:element>
element classes
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute mode { "change" | "replace" }?,
   memberOf*
}