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 7125 - Referenced schema import not included in testsuite
Summary: Referenced schema import not included in testsuite
Status: RESOLVED FIXED
Alias: None
Product: XQuery Update Facility Test Suite
Classification: Unclassified
Component: XQuery Update Facility Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P2 major
Target Milestone: ---
Assignee: Michael Kay
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 16:58 UTC by Cezar Andrei
Modified: 2009-07-29 18:03 UTC (History)
1 user (show)

See Also:


Attachments

Description Cezar Andrei 2009-07-20 16:58:05 UTC
The schema files books.xsd and books2.xsd in TestSource directory contain the following import:
  <xs:import namespace="http://www.w3.org/XML/1998/namespace"/> 

The XQTS does not include a schema file with the definition of the "http://www.w3.org/XML/1998/namespace" target namespace.

There is at least one test XQuery/ValLax/vallax-ins-005, on which the result depends on the definition of ID global attribute defined in the above namespace.

Neither guidelines or the XQUTSCatalog.xml defines a location for the definition of the mentioned target namespace.
Comment 1 Michael Kay 2009-07-29 18:03:00 UTC
I've added a schemaLocation giving the location of a schema document for the XML namespace for the benefit of schema processors that don't have in-built knowledge of where to find it, or have the relevant components built in. I'm slightly surprised to find that there are schema processors that need to be given this information.