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