When I validate an XML document with an XSD document using MSXML 4, I get the following error:

"Scema is non deterministic".

This only happens when I include the following line in the schema:

Code:
<xs:any minOccurs="0"/>
I need to include this line in order to make sure that documents created against this schema are extensible.