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