blob: 237662d10e86be709fee8384c7c1905fa5fde21e [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1235 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:boolean as source type and xs:yearMonthDuration as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:boolean("true") castable as xs:yearMonthDuration)