blob: d5465362599cbe042fc596069db52c06d070dffd [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-702 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Casting from xs:yearMonthDuration to xs:string is allowed and should always succeed. :)
(:*******************************************************:)
xs:yearMonthDuration("P1Y12M") cast as xs:string
ne
xs:string("an arbitrary string")