blob: b07f179841e33ceb1cd973310d54d14860e95798 [file] [log] [blame]
(: Name: ForExprType013 :)
(: Description: Type declaration containing multiple 'as' keywords :)
declare namespace xqt="http://www.w3.org/XQueryTestOrderBy";
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
for $num as xs:decimal as xs:decimal in data( $input-context/xqt:DataValues/xqt:NegativeNumbers/xqt:orderData )
return $num