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