blob: 6e19810ee60e26d9d6c888a44e8ec008a22d87cd [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl052.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
declare variable $x := (xs:string("a") , xs:anyURI("www.example.com")) ;
$x