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