blob: 467c8d3852e18ac64c46ed91982eeb2da594cdb9 [file] [log] [blame]
(: Name: ForExprType049 :)
(: Description: FLWOR expressions with type declaration. Non-trivial value type promotion: Interleave value type integer|decimal -> decimal :)
(: insert-start :)
import schema default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as xs:decimal in data( $input-context/root/InterleaveType/* )
return $test