Stronger disjointness criteria for rdf:XMLLiteral value space as per erratum http://www.w3.org/2001/sw/RDFCore/errata#concept-xmlliteral
--- a/index.html Wed May 25 15:57:43 2011 +0100
+++ b/index.html Wed May 25 16:06:15 2011 +0100
@@ -852,10 +852,8 @@
<dd>is a set of entities, called XML values, which is:
<ul>
<li>disjoint from the lexical space;</li>
-<li>disjoint from the value space of any XML schema datatype
-[[!XMLSCHEMA-2]];</li>
-
-<li>disjoint from the set of Unicode character strings [[!UNICODE]] strings;</li>
+<li>disjoint from the value space of any other datatype that is not explicitly defined as a sub- or supertype of this datatype;</li>
+<li>disjoint from the set of Unicode character strings [[!UNICODE]];</li>
<li>and in 1:1 correspondence with the lexical space.</li>
</ul>
</dd>
@@ -1446,6 +1444,7 @@
<h2>Changes since First Edition</h2>
<ul>
+ <li>2011-05-25: rdf:XMLLiteral is disjoint from any datatype not explicitly related to it, per erratum <a href="http://www.w3.org/2001/sw/RDFCore/errata#concept-xmlliteral">[concept-xmlliteral]</a></li>
<li>2011-05-25: Added Conformance section with RFC2119 reference</li>
<li>2011-05-25: Updated all W3C references to latest editions, and Unicode from v3 to v4</li>
<li>2011-05-24: Converted to ReSpec, changed metadata to reflect RDF 1.1</li>