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