<alternate>
<alternate> 子要素らが参照している複数の構造が交換可能であることを示す. [22.5.1 Defining Content Models] | |
モジュール | 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)) (att.global.source (@source)) att.repeatable (@minOccurs, @maxOccurs) |
クラブのメンバー | |
上位 | |
下位 | |
例 |
<content>
<alternate> <elementRef key="name"/> <elementRef key="persName"/> </alternate> </content> This example content model permits either a name or a persName. |
Schematron |
<sch:assert test="count(*)>1">The alternate element must have at least two child elements</sch:assert> |
Content model |
<content> |
宣言 |
<rng:element name="alternate"> element alternate { 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, att.repeatable.attributes, ( valList | model.contentPart )+ } |