XPath/XQuery dayTimeDuration-greater-than function

Summary

Returns true if $arg1 is a longer duration than $arg2.

Operator Mapping

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

Signature

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

Rules

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