| Binding object for the type http://www.w3.org/2001/XMLSchema:fullDerivationSet.
<xs:simpleType name="fullDerivationSet">
<xs:annotation>
<xs:documentation> A utility type, not for public use</xs:documentation>
<xs:documentation> #all or (possibly empty) subset of
{extension, restriction, list, union}</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="#all"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:list itemType="xs:typeDerivationControl"/>
</xs:simpleType>
</xs:union>
</xs:simpleType>
|