blob: 5a2d219b3d3187a11a7f7e2d5b08e7c71f0dae90 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxnni2args-1 :)
(: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:nonNegativeInteger(lower bound) :)
(:$arg2 = xs:nonNegativeInteger(lower bound) :)
(:*******************************************************:)
fn:max((xs:nonNegativeInteger("0"),xs:nonNegativeInteger("0")))