Returns true
if and only if $arg1
is numerically greater than
$arg2
.
op:numeric-greater-than
( $arg1
as xs:numeric
,$arg2
as xs:numeric
xs:boolean
The function call op:numeric-greater-than($A, $B)
is defined to return the
same result as op:numeric-less-than($B, $A)