blob: d239ff5cca5b6a421ebd0cef7598678279c9ec06 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-712 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:yearMonthDuration to xs:duration is allowed and should always succeed. :)
(:*******************************************************:)
xs:yearMonthDuration("P1Y12M") cast as xs:duration
ne
xs:duration("P1Y2M3DT10H30M")