complexType wildcard
diagram index_p933.png
namespace http://www.w3.org/2001/XMLSchema
type extension of xs:annotated
properties
base xs:annotated
children xs:annotation
used by
elements any anyAttribute
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
namespacexs:namespaceListoptional  ##any    
processContentsderived by: xs:NMTOKENoptional  strict    
source <xs:complexType name="wildcard">
 
<xs:complexContent>
   
<xs:extension base="xs:annotated">
     
<xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/>
     
<xs:attribute name="processContents" use="optional" default="strict">
       
<xs:simpleType>
         
<xs:restriction base="xs:NMTOKEN">
           
<xs:enumeration value="skip"/>
           
<xs:enumeration value="lax"/>
           
<xs:enumeration value="strict"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute wildcard/@namespace
type xs:namespaceList
properties
isRef 0
default ##any
use optional
source <xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/>

attribute wildcard/@processContents
type restriction of xs:NMTOKEN
properties
isRef 0
default strict
use optional
facets
Kind Value annotation 
enumeration skip 
enumeration lax 
enumeration strict 
source <xs:attribute name="processContents" use="optional" default="strict">
 
<xs:simpleType>
   
<xs:restriction base="xs:NMTOKEN">
     
<xs:enumeration value="skip"/>
     
<xs:enumeration value="lax"/>
     
<xs:enumeration value="strict"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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