xs:xpathDefaultNamespace

Simple Type Information

Used By

Source

<xs:simpleType name="xpathDefaultNamespace">
  <xs:union memberTypes="xs:anyURI">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="##defaultNamespace"/>
        <xs:enumeration value="##targetNamespace"/>
        <xs:enumeration value="##local"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>