blob: 752775bd09c4f4dfeecf34e7c1a0031182bd6b2f [file] [log] [blame]
(: Name: ForExprType025 :)
(: Description: FLWOR expressions with type declaration (attribute type). Interleave type integer|decimal -> decimal :)
(: insert-start :)
import schema default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as attribute(*,xs:decimal) in ( $input-context/root/InterleaveType2/@integer, $input-context/root/InterleaveType2/@decimal )
return data( $test )