Tagging Xerces-J 2.12.0.

git-svn-id: https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_12_0@1829504 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/docs/xml-schema.xml b/docs/xml-schema.xml
index 5045e25..4a8d9e0 100644
--- a/docs/xml-schema.xml
+++ b/docs/xml-schema.xml
@@ -18,24 +18,22 @@
 <!DOCTYPE s1 SYSTEM 'dtd/document.dtd'>
 <s1 title="XML Schema">
     <s2 title="Introduction">
-        <p>This package contains an implementation of the W3C XML 
-        Schema 1.0 Language, a recommendation of the Worldwide Web Consortium
-        available in three parts:  
+        <p>This package contains the implementations of the W3C XML 
+        Schema 1.0 and 1.1 Languages, that are recommendation of the Worldwide Web Consortium.
+        The XML Schema 1.0 Language is available in three parts:  
         <jump href="http://www.w3.org/TR/XMLSchema-0">XML Schema:  Primer</jump>  and
         <jump href="http://www.w3.org/TR/XMLSchema-1">XML Schema:  Structures</jump>  and
-        <jump href="http://www.w3.org/TR/XMLSchema-2">XML Schema:  Datatypes</jump>. 
-        We consider this implementation to be complete except for the
-        limitations cited below.  The implementation has been
-        extensively tested and known problem areas are set out below.
-        This package also contains a partial experimental implementation 
-        of the XML Schema 1.1
-        <jump href='http://www.w3.org/TR/2009/WD-xmlschema11-1-20091203/'>Structures</jump> and
-        <jump href='http://www.w3.org/TR/2009/WD-xmlschema11-2-20091203/'>Datatypes</jump>
-        Working Drafts (December 2009). The XML Schema 1.1 features supported by this
-        release are listed below.
+        <jump href="http://www.w3.org/TR/XMLSchema-2">XML Schema:  Datatypes</jump>.        
+        The XML Schema 1.1 Language is available in two parts:
+        <jump href='http://www.w3.org/TR/xmlschema11-1/'>Structures</jump> and
+        <jump href='http://www.w3.org/TR/xmlschema11-2/'>Datatypes</jump>.
+        The XML Schema 1.1 features supported by this release are listed below.
         In this document we also discuss our interpretation of the
         specifications where it seems to us particularly likely that
         others might arrive at a different interpretation.
+        We consider this implementation to be complete except for the
+        limitations cited below. The implementation has been
+        extensively tested and known problem areas are set out below.
         Please read this document before using this package.
         </p>
     </s2>