<classes>
<classes> (classes) specifies all the classes of which the documented element or class is a member or subclass. [22.5 Element Specifications 22.6 Class Specifications] | |||||||||
Modul | tagdocs — Documentation Elements | ||||||||
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
| ||||||||
Enthalten in | tagdocs: classSpec elementSpec | ||||||||
Kann enthalten | tagdocs: memberOf | ||||||||
Anmerkung | An empty classes element indicates that the element documented is not a member of any class. This should not generally happen. | ||||||||
Beispiel | <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> | ||||||||
Schema Deklaration | <rng:element name="classes"> 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* } |