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