blob: 0abb6d62fa139dcd69e097f1bfc4378b09ebc314 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-781 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:dayTimeDuration as source type and xs:gMonthDay as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:dayTimeDuration("P3DT2H") castable as xs:gMonthDay)