blob: 621217b8fcfcdda98f76866e579ae5e1c20e8d61 [file] [log] [blame]
(: Name: ForExprType036 :)
(: Description: FLWOR expressions with type declaration (element type). Simple element wildcard :)
(: insert-start :)
declare default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as element(*) in $input-context/root/InterleaveType/*
return $test