blob: c04e2ea184b24bd83b9484515d845f220ef1db83 [file] [log] [blame]
(: Name: ForExprType007 :)
(: Description: Wrong order for type declaration :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $file in ($input-context//Folder)[1]/File as element(Folder,xs:untypedAny)
return $file/FileName