Definition Type: ComplexType
Name: anyType
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Abstract
Documentation:
Not the real urType, but as close an approximation as we can get in the XML representation
Collapse XSD Schema Diagram:
XSD Diagram of anyType in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<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 minOccurs="0" maxOccurs="unbounded" processContents="lax" />
    </xs:sequence>
    <xs:anyAttribute processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute>