complexType openAttrs
diagram index_p919.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:anyType
properties
base xs:anyType
used by
elements annotation redefine schema
complexType annotated
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation

       This type is extended by almost all schema types
       to allow attributes from other namespaces to be
       added to user schemas.
    
source <xs:complexType name="openAttrs">
 
<xs:annotation>
   
<xs:documentation>
       This type is extended by almost all schema types
       to allow attributes from other namespaces to be
       added to user schemas.
    
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="xs:anyType">
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>


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