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