blob: cb6b53d69f64ca9a19d14da985dc280181466576 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl046.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
declare variable $x := xs:date("1970-01-01Z") + xs:dayTimeDuration("P31DT23H59M59S") ;
$x