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