Author: mukulg
Date: Thu Apr 19 05:11:38 2018
New Revision: 1829499

URL: http://svn.apache.org/viewvc?rev=1829499&view=rev
Log:
minor changes to documentation

Modified:
    xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml?rev=1829499&r1=1829498&r2=1829499&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/xml-schema.xml Thu Apr 19 
05:11:38 2018
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@xerces.apache.org
For additional commands, e-mail: commits-h...@xerces.apache.org

Reply via email to