<alternate>
<alternate> an alternation of references | |
モジュール | tagdocs — Documentation Elements |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.repeatable (@allowText, @context, @minOccurs, @maxOccurs) |
クラブのメンバー | |
上位 | |
下位 | tagdocs: alternate classRef elementRef macroRef sequence |
宣言 |
element alternate { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.repeatable.attributes, model.contentPart+ } |
例 | <content> <alternate> <elementRef key="name"/> <elementRef key="persName"/> </alternate> </content> This example content model permits either a name or a persName. |