blob: 95172b127df4277c31f6b0f98dd8702b402a5f48 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-yearMonthDuration-less-than-3 :)
(:Written By: Carmelo Montanez :)
(:Date: June 13, 2005 :)
(:Purpose: Evaluates The "yearMonthDuration-less-than" function that :)
(:return true and used together with fn:not (lt operator):)
(:*******************************************************:)
fn:not((xs:yearMonthDuration("P20Y10M") lt xs:yearMonthDuration("P20Y11M")))