ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

any

Go to standard
Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-1/#element-any

In: schema
Schema

<xs:element name="any" id="any">
     <xs:complexType mixed="false">
          <xs:complexContent>
               <xs:extension base="xs:wildcard">
                    <xs:attributeGroup ref="xs:occurs"/>
               </xs:extension>
          </xs:complexContent>
     </xs:complexType>
</xs:element>


Occurs in Schema Tutorial examples:
Just one element from any namespace
Arbitrary number of elements from any namespace
Exact number of elements from any namespace
Elements from namespace other than target namespace (which is not null)
Elements from namespace other than target namespace (which is null)
Importing schema and processContents "strict"
Importing schema and processContents "lax"
Importing schema and processContents "skip"
Extending schema
Error in restriction - namespaces in wildcards
Element from any
The wildcard "xsd:any" and inclusions