- From: <tmoog@sarvega.com>
- Date: Sun, 26 Oct 2003 20:54:40 -0600 (CST)
- To: xmlschema-dev@w3.org
For a wildcard such as:
<xs:any processContents="strict" />
How does the "strict" interact with xsi:type ?
In particular, given an element "foo" (which is not
defined in any schema) is the following valid for
an xs:any with processContents="strict" ?
<foo xsi:type="xs:int">1234</foo>
I have one processor which accepts this, and one
which rejects it.
Received on Sunday, 26 October 2003 21:54:40 UTC