xsd:any and its processContents and namespace attribute

Hello,

 

When using both processContents and namespace attributes in an xsd:any
which one of the two has precedence?

 

For example:

<xsd:any namespace="##other" processContents="skip"/>

 

Should I just skip when processing or should I skip only if the
namespace of the observed element in the XML instance is from a
namespace other than the target namespace of the schema?

 

Thanks.

 

Shlomo.

Received on Wednesday, 29 August 2007 05:30:49 UTC