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