blob: 2c19dd388c9fe66ad757a58fba27e7a58d02c978 [file] [log] [blame]
(: Name: ForExprType016 :)
(: Description: Type declaration is a super type of the union type bound to the variable :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $num as xs:decimal in (xs:integer(1), xs:decimal(2), xs:integer(3))
return $num