complexType "xs:anyType"
Namespace:
Content:
mixed (allows character data), attr. wildcard, elem. wildcard
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of attr. wildcard, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...
   
   
>
   
Content: 
</...>
Known Direct Subtypes (1):
Known Indirect Subtypes (33):
All Direct / Indirect Based Elements (53):
Known Usage Locations
Annotation
Not the real urType, but as close an approximation as we can
get in the XML representation
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="anyType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
{any attribute from any namespace}
XML Source (see within schema source)
<xs:anyAttribute processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.