1 2 3 4 5 6 7 8 9 10 11 12
|
xs:choice
Compositor to define group of mutually exclusive elements or compositors.
<xs:choice
id = xs:ID
maxOccurs = ( xs:nonNegativeInteger | "unbounded" ) : "1"
minOccurs = xs:nonNegativeInteger : "1"
{any attributes with non-schema namespace}
>
Content: (xs:annotation?, ( xs:element | xs:group | xs:choice | xs:sequence | xs:any)*)
</xs:choice>
May be included in: xs:choice, xs:choice (within a group), xs:complexType (reference or local definition), xs:complexType (global definition), xs:extension (complex content), xs:restriction (complex content), xs:sequence (within a group), xs:sequence |
Partager