[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 #7 from Jonathan Robie <jonathan.robie@redhat.com>  2010-05-11 21:26:09 ---
(In reply to comment #6)

> 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]

I agree.

I suspect these two changes should be sufficient.

-- 
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 21:26:11 UTC