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.
- Documentation
- › XML Schema in Xopus
- › xs:any element
any element
Namespace: http://www.w3.org/2001/XMLSchema
Attributes
- processContents
- Must either be
strict,laxorskip. Xopus only supportsstrict. - namespace
- List of namespace URI's that may included here. Special namespace URI's are
##targetNamespaceand##local. Alternately, you may specifiy that all elements, or all elements in another namespace may be contained, by using##anyand##other.