- From: Priscilla Walmsley <priscilla@walmsley.com>
- Date: Wed, 17 Oct 2001 14:59:51 -0400
- To: <xmlschema-dev@w3.org>
XSV thinks the following content model is non-deterministic (in a schema
with a target namespace). It doesn't seem like it is, because the first
"any" represents anything with a namespace, and the second "any" represents
anything without a namespace. Is this a bug?
<xsd:complexType name="DescriptionType" mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other"/>
<xsd:any namespace="##local"/>
</xsd:choice>
</xsd:complexType>
Thanks,
Priscilla
-----------------------------------------------------------
Priscilla Walmsley priscilla@walmsley.com
Vitria Technology http://www.vitria.com
Author, Definitive XML Schema (Prentice Hall, Dec. 2001)
-----------------------------------------------------------
Received on Wednesday, 17 October 2001 15:36:39 UTC