- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 08 Dec 2006 20:13:59 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4049
Summary: DataTypes tests: QNames and length facets
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Microsoft tests
AssignedTo: ht@inf.ed.ac.uk
ReportedBy: mike@saxonica.com
QAContact: public-xml-schema-testsuite@w3.org
In the (Microsoft) Datatypes tests, certain tests appear to assume that an
instance document can be invalid because a QName or NOTATION does not satisfy
the length, minLength, or maxLength facet defined in the schema. However, the
specification is clear that although these facets are allowed (and deprecated),
they have no effect on validity. See
Validation Rule: Length Valid clause 1.3
Validation Rule: minLength Valid clause 1.3
Validation Rule: maxLength Valid clause 1.3
Affected tests include:
<test group="QName_length001_1357" name="QName_length001_1357.i"/>
<test group="QName_length003_1359" name="QName_length003_1359.i"/>
<test group="QName_minLength003_1362" name="QName_minLength003_1362.i"/>
<test group="QName_maxLength001_1364" name="QName_maxLength001_1364.i"/>
<test group="NOTATION_length001_1372" name="NOTATION_length001_1372.i"/>
<test group="NOTATION_length003_1374" name="NOTATION_length003_1374.i"/>
<test group="NOTATION_minLength003_1377"
name="NOTATION_minLength003_1377.i"/>
<test group="NOTATION_maxLength001_1379"
name="NOTATION_maxLength001_1379.i"/>
Received on Friday, 8 December 2006 20:14:23 UTC