| Binding object for the type http://www.w3.org/2001/XMLSchema:reducedDerivationControl.
<xs:simpleType name="reducedDerivationControl">
<xs:annotation>
<xs:documentation> A utility type, not for public use</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:derivationControl">
<xs:enumeration value="extension"/>
<xs:enumeration value="restriction"/>
</xs:restriction>
</xs:simpleType>
|