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