complexType "xmi:Any"
Namespace:
Content:
complex, attr. wildcard, elem. wildcard
Defined:
globally in XMI.xsd; see XML source
Includes:
definitions of attr. wildcard, elem. wildcard
Used:
never
Content Model Diagram
XML Representation Summary
<...
    {any attribute with any namespace}
    >
   
Content: 
{any}*
</...>
XML Source (see within schema source)
<xsd:complexType name="Any">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:any processContents="skip"/>
</xsd:choice>
<xsd:anyAttribute processContents="skip"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
{any attribute with any namespace}
XML Source (see within schema source)
<xsd:anyAttribute processContents="skip"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element with any namespace}
XML Source (see within schema source)
<xsd:any processContents="skip"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.