[Bug 9600] [XQuery 1.1] Importing schema with a simple type conflicting with a function declaration.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9600





--- Comment #6 from Oliver Hallam <oliver@cbcl.co.uk>  2010-05-11 18:32:43 ---
Does this entirely cover us?

If we import the schema before the module first then do the function signatures
yet include the ones from the module?

It might be worth also changing (XQ 4.12)

It is a static error if the expanded QName and arity of a function declared in
an imported module are respectively equal to the expanded QName and arity of a
function declared in the importing module or in another imported module (even
if the declarations are consistent) [err:XQST0034]

to:

It is a static error if the expanded QName and arity of a function declared in
an imported module are respectively equal to the expanded QName and arity of an
existing function in the function signatures (even if the declarations are
consistent) [err:XQST0034]

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 11 May 2010 18:32:45 UTC