blob: 572511a3da0521d2fccb6be88d52ea6c73f57bea [file] [log] [blame]
(: Name: ForExprType026 :)
(: Description: FLWOR expressions with type declaration (attribute type). Match 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( att,Enumeration ) in $input-context/root/UserDefinedSimpleTypeAttribute/@att
return data( $test )