<classes>
<classes> (classes) 기록된 요소 또는 부류가 원소 또는 하위부류인 모든 부류를 명시한다. [23.5 Element Specifications 23.6 Class Specifications] | |||||||||
모듈 | tagdocs — Documentation Elements | ||||||||
속성 |
|
||||||||
에 의해 포함된 |
tagdocs: classSpec elementSpec
|
||||||||
포함할 수 있다 |
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> |
||||||||
선언 |
<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* } |