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