simpleType derivationSet

simpleType {http://www.w3.org/2001/XMLSchema}derivationSet

Target Namespacehttp://www.w3.org/2001/XMLSchema
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns:hfp=http://www.w3.org/2001/XMLSchema-hasFacetAndProperty


Source

<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>


Documentation

A utility type, not for public use
#all or (possibly empty) subset of {extension, restriction}


simpleType derivationSet


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.