simpleType "xs:namespaceList"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
("##any" | "##other") | list of (xs:anyURI | ("##targetNamespace" | "##local"))
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
A utility type, not for public use
Type Definition Detail
Type Derivation Tree
union of (restriction of xs:token | list of union of (xs:anyURI | restriction of xs:token))
  xs:namespaceList
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "##any", "##other"
  2. anonymous simpleType:
    Derivation:
    list of anonymous simpleType
    Anonymous simpleType
    Derivation:
    by union
    Member Types
    1. anonymous simpleType:
      Derivation:
      restriction of xs:token
      Facets:
      enumeration:
      "##targetNamespace", "##local"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="namespaceList">
<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>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.