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

anyType

Annotation
Documentation

Not the real urType, but as close an approximation as we can get in the XML representation

 

Schema

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


Occurs in Schema Tutorial examples:
Empty element