3 "element complexType: Schemas parser error :
4 local complex type: The content model is not determinist."
6 This schema is OK with XSV and Xerces.
8 <xs:schema xmlns:
xs=
"http://www.w3.org/2001/XMLSchema"
9 targetNamespace=
"urn:test:foo"
10 elementFormDefault=
"qualified">
11 <xs:element name=
"foo">
14 <xs:element name=
"bar" maxOccurs=
"unbounded"/>
15 <xs:any namespace=
"##other" processContents=
"lax"/>