Definition Type: SimpleType
Name: derivationSet
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Documentation:
A utility type, not for public use #all or (possibly empty) subset of {extension, restriction}
Collapse XSD Schema Diagram:
XSD Diagram of derivationSet in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:simpleType name="derivationSet">
    <xs:annotation>
        <xs:documentation>
   A utility type, not for public use</xs:documentation>
        <xs:documentation>
   #all or (possibly empty) subset of {extension, restriction}</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:reducedDerivationControl" />
        </xs:simpleType>
    </xs:union>
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
xsd:block, xsd:final, xsd:final