XPath/XQuery base64Binary-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:base64Binary values. Also used in the definition of the "le" operator.

Signature

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

Rules

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