<xs:attribute name="mode" default="excl">
<xs:annotation>
<xs:documentation>states whether the alternations gathered in this collection are exclusive or inclusive.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="excl">
<xs:annotation>
<xs:documentation>(exclusive) indicates that the alternation is exclusive, i.e. that at most one of the alternatives occurs.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="incl">
<xs:annotation>
<xs:documentation>(inclusive) indicates that the alternation is not exclusive, i.e. that one or more of the alternatives occur.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |