blob: 14abfcabf22821e32463b05bb28f31b1c124d032 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl055.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
declare variable $x := (xs:date("1993-03-31") , xs:boolean("true"), xs:string("abc")) ;
$x