blob: f7c924c4833964340f2ad9c36b81eb85064a6cdc [file] [log] [blame]
(: Name: ForExprType044 :)
(: Description: FLWOR expressions with type declaration (element type). List type :)
(: insert-start :)
import schema default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as element(ListType,xs:string) in $input-context/root/ListType
return $test