http://www.w3.org/2001/XMLSchema
complexType anyType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)

Documentation
   Not the real urType, but as close an approximation as we can
   get in the XML representation
Properties
This component is not nillable.

Model
<...
  {any attribute from any namespace}>
(any element from any namespace)*
</...>


Attribute Summary

Attribute Detail
Sub Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}attribute (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelAttribute (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}attributeGroup (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}attributeGroupRef (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}namedAttributeGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}complexType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localComplexType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelComplexType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}element (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localElement (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}narrowMaxMin (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelElement (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}extensionType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleExtensionType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}facet (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}noFixedFacet (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}numFacet (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}group (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}explicitGroup (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}all (restriction)
| | |
| | +--{http://www.w3.org/2001/XMLSchema}simpleExplicitGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}realGroup (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}groupRef (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}namedGroup (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}keybase (extension)
|
+--{http://www.w3.org/2001/XMLSchema}restrictionType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}complexRestrictionType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}simpleRestrictionType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}simpleType (extension)
| |
| +--{http://www.w3.org/2001/XMLSchema}localSimpleType (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}topLevelSimpleType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}wildcard (extension)

Local Usage
openAttrs

Source
<xs:complexType mixed="true" name="anyType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.