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