complexType anyType
diagram index_p1181.png
namespace http://www.w3.org/2001/XMLSchema
properties
mixed true
attributes
Name  Type  Use  Default  Fixed  annotation
annotation
documentation

   Not the real urType, but as close an approximation as we can
   get in the XML representation
source <xs:complexType name="anyType" mixed="true">
 
<xs:annotation>
   
<xs:documentation>
   Not the real urType, but as close an approximation as we can
   get in the XML representation
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:anyAttribute processContents="lax"/>
</xs:complexType>


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