blob: 23e6ad91bec4d72a1dffb798929314dfdbc459ee [file] [log] [blame]
(: Name: ForExprType042 :)
(: Description: FLWOR expressions with type declaration (element type). 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 element(*,xs:decimal) in $input-context/root/InterleaveType/*
return $test