XPath/XQuery hexBinary-greater-than function

Summary

Returns true if the first argument is greater than the second.

Operator Mapping

Defines the semantics of the "gt" operator when applied to two xs:hexBinary values. Also used in the definition of the "le" operator.

Signature

op:hexBinary-greater-than(
$arg1 as xs:hexBinary,
$arg2 as xs:hexBinary
) as xs:boolean

Rules

The function call op:hexBinary-greater-than($A, $B) is defined to return the same result as op:hexBinary-less-than($B, $A)