blob: 1d0db4c1b06f48d3b6be6427a3a6c67395ae19e4 [file] [log] [blame]
(: Name: ForExprType043 :)
(: Description: FLWOR expressions with type declaration (element type). Union type integer|decimal -> decimal :)
(: insert-start :)
import schema default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as element(*,xs:decimal) in $input-context/root/UnionType/*
return $test