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 1875 - schema types in Constr-compelem-compname-9
Summary: schema types in Constr-compelem-compname-9
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.6.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Andreas Behm
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 20:21 UTC by Jonathan Robie
Modified: 2005-08-22 17:28 UTC (History)
0 users

See Also:


Attachments

Description Jonathan Robie 2005-08-19 20:21:01 UTC
MinimalConformance:Expressions:Construct:ComputeCon:ComputeConElem:Constr-compelem-compname-9
expects the element constructor to have a
xs:QName as name, but there is no schema
associated with the source document, so it is
retrieved as xdt:untypedAtomic. There should be a
"import schema namespace example="http://www.w3.org/XQueryTest"; " declaration
Also Constr-compelem-constrmod-2 and
Constr-compelem-constrmod-6 need this declaration
(as they expect the input data to have xs:idref
as type information) as well as
Constr-compelem-constrmod-4 and
Constr-compelem-constrmod-8 that expects xs:decimal as the type of the input
Comment 1 Andreas Behm 2005-08-22 17:28:08 UTC
Included schema import as suggested below.