<classes>

<classes> (classes) 기록된 요소 또는 부류가 원소 또는 하위부류인 모든 부류를 명시한다. [22.5 Element Specifications 22.6 Class Specifications]
모듈 tagdocs — Documentation Elements
속성
mode⚓︎ 부모 모듈에 이 선언의 효과를 명시한다.
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
change
이 선언은 현 정의에서 동일 이름의 선언을 변경한다.
replace
이 선언은 현 정의에서 동일 이름의 선언을 대체한다. [기본값]
에 의해 포함된
포함할 수 있다
tagdocs: memberOf
주석

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

<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>
선언
<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*
}