blob: 7abf405fda5fa411901191863d1ef79cf4ea1dd3 [file] [log] [blame]
(: name : cast-derived-14 :)
(: description : Casting from float to a byte.:)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $value := xs:float(10.0)
return $value cast as xs:byte