blob: 19105338be80dc5f037fe35f2c8963af55e6d042 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1003 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:gYearMonth as source type and xs:QName as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:gYearMonth("1999-11") castable as xs:QName)