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