blob: 5360ffc7b99cd5cbf9ea8fe3a09ab505b4c5c66b [file] [log] [blame]
(: name : cast-derived-11 :)
(: description : Casting from float to an unsignedInt.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:float(10.0)
return $value cast as xs:unsignedInt