This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20592 - [XSCDTS] errors in results.xsd
Summary: [XSCDTS] errors in results.xsd
Status: RESOLVED FIXED
Alias: None
Product: XML Schema
Classification: Unclassified
Component: SCDS: XML Schema Component Designators (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Mary Holstege
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-08 00:37 UTC by C. M. Sperberg-McQueen
Modified: 2013-01-08 03:32 UTC (History)
0 users

See Also:


Attachments

Description C. M. Sperberg-McQueen 2013-01-08 00:37:37 UTC
The schema document for SCDS test suite results (results.xsd) has a few problems.

(1) It is not well formed.

I think the correction is:  on line 131, for </xs:element> read </xs:simpleType>

(2) On line 111 the declaration of attribute processing-kind (on element testcase) specifies use="requited".  Ah, if only it were that simple to specify that kind(ness) be requited!

(I note in passing that the instructions.html file that comes with the test suite (http://dev.w3.org/cvsweb/2009/xmlschema-ref-test-suite/TestSuiteStagingArea/instructions.html) has a bogus hyperlink to "sample-results.xml" when it means "sample-report.xml".)
Comment 1 Mary Holstege 2013-01-08 03:32:03 UTC
Right you are. Fixed as suggested.