blob: 21c6aec76723d7e7758c4f5a11713abb71c5a1b1 [file] [log] [blame]
(:*******************************************************:)
(:Test: op-dayTimeDuration-greater-than-4 :)
(:Written By: Carmelo Montanez :)
(:Date: June 15, 2005 :)
(:Purpose: Evaluates The "dayTimeDuration-greater-than" function that:)
(:return true and used together with fn:not (ge operator):)
(:*******************************************************:)
fn:not(xs:dayTimeDuration("P10DT11H") ge xs:dayTimeDuration("P10DT10H"))