simpleType namespaceList
namespace http://www.w3.org/2001/XMLSchema
type union of (restriction of xs:token, list of (union of (xs:anyURI, restriction of xs:token)))
used by
attribute wildcard/@namespace
annotation
documentation

   A utility type, not for public use
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy