[XSLT] schema-for-xslt20.xsd not determinist

Hello!

The XML Schema provided by W3C for XSLT 2.0 doesn't seem to be determinist 
and thus fails to compile. Trying to validate the example file at
http://www.w3.org/TR/xslt20/#d5e14761 (locally saved as 
example_function.xsl after insertion of an XML declaration), the error 
message is the following:

xmllint --noout --schema http://www.w3.org/2007/schema-for-xslt20.xsd 
example_function.xsl

http://www.w3.org/2007/schema-for-xslt20.xsd:100: element complexType: 
Schemas parser error : complex type 'sequence-constructor': The content 
model is not determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:174: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:243: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:253: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:280: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:311: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:328: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:342: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:361: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:377: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:421: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:436: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:447: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:543: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:557: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:581: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:592: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:634: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:662: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:731: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:743: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:755: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

http://www.w3.org/2007/schema-for-xslt20.xsd:765: element complexType: 
Schemas parser error : local complex type: The content model is not 
determinist.

WXS schema http://www.w3.org/2007/schema-for-xslt20.xsd failed to compile

Regards!

Saašha,

Received on Saturday, 26 February 2011 15:21:29 UTC