blob: 71b0f2cc920a7d9afd3f3ebc662cdda0df5c8842 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl056.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
declare variable $x := (xs:time("12:30:00") , xs:string(" ") , xs:decimal("2.000000000000002")) ;
$x