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