blob: 66c2d6245d99d1049715f01c1872176189965d71 [file] [log] [blame]
(: name : cast-to-parent-3 :)
(: description : Casting from nonPositiveInteger to float.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:nonPositiveInteger(-10.0)
return $value cast as xs:float