blob: 6068e8c8abe70b219ef65d8114d74b8cc409e763 [file] [log] [blame]
(: Name: ForExprType023 :)
(: Description: FLWOR expressions with type declaration (attribute type). Simple attribute name test (no type) :)
(: insert-start :)
declare default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as attribute(integer) in ( $input-context/root/InterleaveType2/@integer )
return data( $test )