xs:any element

Limitations of the Xopus implementation:

  • <any> elements only give the choice between elements for which Xopus has loaded a schema.
  • only processContents="strict" is supported.

any element

Namespace: http://www.w3.org/2001/XMLSchema

Attributes

processContents
Must either be strict, lax or skip. Xopus only supports strict.
namespace
List of namespace URI's that may included here. Special namespace URI's are ##targetNamespace and ##local. Alternately, you may specifiy that all elements, or all elements in another namespace may be contained, by using ##any and ##other.