Re: [xml-dev] Why Use anyURI

From
MURATA Makoto (FAMILY Given) <>
To
Date
2010-09-15T13:29:17Z
ID
<>
Thread
Re: [xml-dev] Why Use anyURI
>  In XSD 1.1 the WG 
> admitted defeat and changed the spec so the lexical space is exactly the 
> same as xs:string.

I'm confused.  If xsd:anyURI in XSD 1.1 allows everything, why does W3C
pulish a TR for LEIRI?  Does xsd:anyURI capture LEIRIs or does it
capture IRIs?  Does xsd:anyURI in XSD 1.1 allow the following?

	The space character
	"<" (U+003C), ">" (U+003E) and '"' (U+0022)
	Unwise characters "\" (U+005C), "^" (U+005E), "`" (U+0060), "{"
	(U+007B), "|" (U+007C) and "}" (U+007D)
	The controls (C0 controls, DEL and C1 controls, U+0000 - U+001F
	U+007F - U+009F)
	The Bidi formatting characters (U+200E, U+200F, U+202H-202E)
	Specials (U+FFF0-FFFD)
	Tags (U+E0000-E0FFF)
	Non-characters (U+FDD0-FDEF, …)
	Surrogate code units (U+D800-U+DFFF)


Cheers,
Makoto