xs:any

Enables the author to extend the XML document with elements not specified by the schema. See more info at http://www.w3.org/TR/xmlschema-1/#element-any.

The graphical representation also contains the value for the minOccurs and maxOccurs properties (for 0..1 and 1..1 occurs the values are implied by the connector style) and the connectors to the wildcard are drawn using dotted lines if the wildcard is optional.

Table 4.13. xs:any properties
Property NameDescriptionPossible Values
NamespaceThe list of allowed namespaces. The namespace attribute expects a list of namespace URIs. In this list, two values have a specific meaning: '##targetNamespace' stands for the target namespace, and '##local' stands for local attributes (without namespaces).##any, ##other, ##targetNamespace, ##local or anyURI
Process ContentsType of validation required on the elements allowed for this wildcard.skip, lax, strict
Min OccursMinimum occurrences of anyA numeric positive value. Default is 1.
Max OccursMaximum occurrences of anyA numeric positive value. Default is 1.
IDThe component id.Any ID.
ComponentThe name of the edited component.Not editable property.
System IDThe component system id.Not editable property.