XSV issue with non-deterministic wildcards

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