<content>
<content> (模型宣告) 包含所記錄之模型的宣告文字。 [22.4.4 Element Specifications] | |||||||||
組件 | tagdocs — Documentation Elements | ||||||||
屬性 | att.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))
| ||||||||
可包含在於 | tagdocs: elementSpec macroSpec moduleRef | ||||||||
可包含 | ANY | ||||||||
宣告 |
element content { 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, attribute autoPrefix { text }?, ( ( valList ) | macro.anyXML+ | model.contentPart* ) } | ||||||||
例子 | <content> <rng:choice> <rng:oneOrMore> <rng:ref name="model.pLike"/> </rng:oneOrMore> <rng:group> <rng:optional> <rng:ref name="summary"/> </rng:optional> <rng:oneOrMore> <rng:ref name="msItem"/> </rng:oneOrMore> </rng:group> </rng:choice> </content> |