blob: 4469f4e76cfd7c314fe831210672409622e4fdf7 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl051.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") , (), "xyz") ;
$x