Definition Type: SimpleType
Name: fullDerivationSet
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, list, union}
Collapse XSD Schema Diagram:
XSD Diagram of fullDerivationSet in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree:
Collapse References:
xs:finalDefault