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