blob: 1a07614c94510bd3fb54c20f28c066e01dbc79d2 [file] [log] [blame]
(:*******************************************************:)
(:Test: minnni2args-5 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "min" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:nonNegativeInteger(lower bound) :)
(:$arg2 = xs:nonNegativeInteger(upper bound) :)
(:*******************************************************:)
fn:min((xs:nonNegativeInteger("0"),xs:nonNegativeInteger("999999999999999999")))