<sequence>
<sequence> sequence of references | |||||||
Modul | tagdocs — Documentation Elements | ||||||
Attribute | 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.repeatable (@context, @minOccurs, @maxOccurs)
| ||||||
Mitglied des | |||||||
Enthalten in | |||||||
Kann enthalten | |||||||
Deklaration |
element sequence { 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.repeatable.attributes, attribute preserveOrder { data.truthValue }?, model.contentPart+ } | ||||||
Schematron | <sch:assert test="count(*)>1">The sequence element must have at least two child elements</sch:assert> | ||||||
Beispiel | <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. |