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