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