blob: 18f91de303a2781f26d59523f42fef614d7bc81a [file] [log] [blame]
(:*******************************************************:)
(:Test: op-yearMonthDuration-less-than2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Tue Apr 12 16:29:06 GMT-05:00 2005 :)
(:Purpose: Evaluates The "op:yearMonthDuration-less-than" operator:)
(: with the arguments set as follows: :)
(:$arg1 = xs:yearMonthDuration(upper bound) :)
(:$arg2 = xs:yearMonthDuration(lower bound) :)
(:*******************************************************:)
xs:yearMonthDuration("P2030Y12M") lt xs:yearMonthDuration("P0Y0M")