<classes>
<classes> (classes) especifica todas las clases de las que el elemento o la clase indicados son un miembro o una subclase. [22.5 Element Specifications 22.6 Class Specifications] | |||||||||
Módulo | tagdocs — Documentation Elements | ||||||||
Atributos | 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))
| ||||||||
Contenido en | tagdocs: classSpec elementSpec | ||||||||
Puede contener | tagdocs: memberOf | ||||||||
Nota | An empty classes element indicates that the element documented is not a member of any class. This should not generally happen. | ||||||||
Ejemplo | <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> | ||||||||
Declaración | <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* } |