blob: 7c72cee8016ffb0a265753ed63d13c74d9046398 [file] [log] [blame]
(: Name: schema-import-17:)
(: Description: Evaluation of usage of xs:float type as argument to fn:min(). :)
(: insert-start :)
import schema namespace atomic="http://www.w3.org/XQueryTest";
declare variable $input-context1 external;
(: insert-end :)
(fn:min(($input-context1//atomic:float,$input-context1//atomic:float))) eq xs:float(1.26743233E15)