<classes>

<classes> specifies all the classes of which the documented element or class is a member or subclass. 22.4.4 Element Specifications 22.4.6 Element Classes
Modultagdocs — 22 Documentation Elements
Attribute
modespecifies the effect of this declaration on its parent module.
Zustand Optional
Gültige Werte:
change
this declaration changes the declaration of the same name in the current definition
replace
this declaration replaces the declaration of the same name in the current definition [Vorgabe]
Verwendet vonclassSpec elementSpec
Kann enthalten
tagdocs: memberOf
Deklaration
element classes
{
   att.global.attributes,
   attribute mode { "change" | "replace" }?,
   ( memberOf* )
}
Beispiel
<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.

Anmerkung
An empty <classes> element indicates that the element documented is not a member of any class. This should not generally happen.