Definition Type Complex Type
Name anyType
Namespace http://www.w3.org/2001/XMLSchema
Abstract True
Documentation
   Not the real urType, but as close an approximation as we can
   get in the XML representation

<xs:notation name="XMLSchemaStructures" public="structures" system="http://www.w3.org/2000/08/XMLSchema.xsd"/>
<xs:notation name="XML" public="REC-xml-19980210" system="http://www.w3.org/TR/1998/REC-xml-19980210"/>
XSD Schema .\XsdSchemaStandard.xsd
XSD Schema Diagram
XSD Schema Code
<xs:complexType name="anyType" abstract="true" mixed="true" >
  <xs:annotation>
    <xs:documentation>
   Not the real urType, but as close an approximation as we can
   get in the XML representation

&lt;xs:notation name=&quot;XMLSchemaStructures&quot; public=&quot;structures&quot; system=&quot;http://www.w3.org/2000/08/XMLSchema.xsd&quot;/>
&lt;xs:notation name=&quot;XML&quot; public=&quot;REC-xml-19980210&quot; system=&quot;http://www.w3.org/TR/1998/REC-xml-19980210&quot;/>
</xs:documentation>
  </xs:annotation>

  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
  </xs:sequence>

  <xs:anyAttribute processContents="lax"/>
</xs:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
anyType
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd