element <xs:any>
Namespace:
Type:
anonymous (extension of xs:wildcard)
Content:
complex, 5 attributes, attr. wildcard, 1 element
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Content Model Diagram
XML Representation Summary
<xs:any
    id
 = 
xs:ID
    namespace
 = 
(("##any" | "##other") | list of (xs:anyURI | ("##targetNamespace" | "##local"))) : "##any"
    processContents
 = 
("skip" | "lax" | "strict") : "strict"
    minOccurs
 = 
xs:nonNegativeInteger : "1"
    maxOccurs
 = 
(xs:nonNegativeInteger | "unbounded") : "1"
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?
</xs:any>
Included in content model of elements (4):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-any
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:wildcard (extension)
              complexType
XML Source (w/o annotations (1); see within schema source)
<xs:element id="any" name="any">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:wildcard">
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

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