blob: 316190679cb428cc35d8655d02f6ad02e3ede8e0 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxnpi2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:48 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:nonPositiveInteger(upper bound) :)
(:$arg2 = xs:nonPositiveInteger(lower bound) :)
(:*******************************************************:)
fn:max((xs:nonPositiveInteger("0"),xs:nonPositiveInteger("-999999999999999999")))