blob: a4493dc4e109dce60935c98c2f21fb3fa3291e34 [file] [log] [blame]
(: Name: ForExprType030 :)
(: Description: FLWOR expressions with type declaration. Value subtype promotion: String based types -> normalizedString :)
for $test as xs:normalizedString in ( xs:language("en-US"), xs:NCName("foobar"), xs:NMTOKEN("token1"), xs:ENTITY("entity1") )
return $test