blob: 442d8950b3d2b04b682fc97d2e69ce9171f931e9 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-numeric-greater-thannni2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Thu Dec 16 10:48:16 GMT-05:00 2004 :)
(:Purpose: Evaluates The "op:numeric-greater-than" operator:)
(: with the arguments set as follows: :)
(:$arg1 = xs:nonNegativeInteger(upper bound) :)
(:$arg2 = xs:nonNegativeInteger(lower bound) :)
(:*******************************************************:)
xs:nonNegativeInteger("999999999999999999") gt xs:nonNegativeInteger("0")