xs:basicNamespaceList

A utility type, not for public use

Simple Type Information

Used By

Source

<xs:simpleType name="basicNamespaceList">
  <xs:annotation>
    <xs:documentation>A utility type, not for public use</xs:documentation>
  </xs:annotation>
  <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>