<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. |