blob: 754120893fc20e8cffcb8e7b8c2785c052f776b6 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FunctionProlog-5 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: A function cannot be declared in the 'http://www.w3.org/2001/XMLSchema' namespace. :)
(:*******************************************************:)
declare namespace my = "http://www.w3.org/2001/XMLSchema";
declare function my:wrongNS()
{
1
};
1