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