simpleType namespaceList

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

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


Source

<xs:simpleType name="namespaceList">
    <
xs:annotation>
        <
xs:documentation>A utility type, not for public use</xs:documentation>
    </
xs:annotation>
    <
xs:union>
        <
xs:simpleType>
            <
xs:restriction base="xs:token">
                <
xs:enumeration value="##any"/>
                <
xs:enumeration value="##other"/>
            </
xs:restriction>
        </
xs:simpleType>
        <
xs:simpleType>
            <
xs:list>
                <
xs:simpleType>
                    <
xs:union memberTypes="xs:anyURI">
                        <
xs:simpleType>
                            <
xs:restriction base="xs:token">
                                <
xs:enumeration value="##targetNamespace"/>
                                <
xs:enumeration value="##local"/>
                            </
xs:restriction>
                        </
xs:simpleType>
                    </
xs:union>
                </
xs:simpleType>
            </
xs:list>
        </
xs:simpleType>
    </
xs:union>
</
xs:simpleType>


Documentation

A utility type, not for public use


simpleType namespaceList


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.