<classes>

<classes> 기록된 요소 또는 부류가 원소 또는 하위부류인 모든 부류를 명시한다. [22.4.4 Element Specifications 22.4.6 Element Classes]
모듈tagdocs — 22 Documentation Elements
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
mode부모 모듈에 이 선언의 효과를 명시한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
적법한 값은:
change
이 선언은 현 정의에서 동일 이름의 선언을 변경한다.
replace
이 선언은 현 정의에서 동일 이름의 선언을 대체한다. [기본값]
에 의해 사용된
에 의해 포함된
포함할 수 있다
tagdocs: memberOf
선언

<rng:element name="classes">
 <rng:ref name="att.global.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: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:choice>
  <rng:zeroOrMore>
   <rng:ref name="memberOf"/>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element classes
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute mode { "change" | "replace" }?,
   ( memberOf* )
}
<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.