<sequence>
<sequence> sequence 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 sequence { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.repeatable.attributes, attribute preserveOrder { data.truthValue }?, model.contentPart+ } | ||||||
例子 | <content> <sequence> <alternate> <elementRef key="name"/> <elementRef key="persName"/> </alternate> <elementRef key="placeName" minoccurs="0" maxOccurs="5"/> </sequence> </content> This example content model matches a sequence consisting of either a name or a persName followed by nothing, or by a sequence of up to five placeName elements. |