<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ódulotagdocs — Documentation Elements
Atributosatt.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))
modeespecifica el efecto de esta declaración en su módulo padre.
Estado Opcional
Tipo de datos teidata.enumerated
Los valores admitidos son:
change
esta declaración cambia la declaración del mismo nombre en la definición actual
replace
esta declaración substituye la declaración del mismo nombre en la definición actual [Por defecto]
Contenido en
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>
 <elementRef key="memberOfminOccurs="0"
  maxOccurs="unbounded"/>

</content>
Declaración
<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*
}