blob: e3a1865ec2d6886167174972226c516ae9bf06cf [file] [log] [blame]
(: Name: ForExprType041 :)
(: Description: FLWOR expressions with type declaration (element type). Wildcard match on user defined simple type on element :)
(: insert-start :)
import schema default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as element( *, Enumeration ) in $input-context/root/UserDefinedSimpleType
return $test