blob: e1e8d4a028e22b29f317c630eefafe5d042f3fd7 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1389 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:anyURI as source type and xs:duration as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:anyURI("http://www.example.com/an/arbitrary/URI.ext") castable as xs:duration)