WWW/2002/ws/ra/edcopies wsenum.html,1.39,1.40 wsenum.xml,1.30,1.31

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv19542

Modified Files:
	wsenum.html wsenum.xml 
Log Message:
Issue 6920 - Add schemaLocation="http://www.w3.org/2001/xml.xsd

Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- wsenum.html	21 May 2009 14:53:22 -0000	1.39
+++ wsenum.html	26 May 2009 21:10:37 -0000	1.40
@@ -1297,7 +1297,8 @@
     elementFormDefault="qualified"
     blockDefault="#all">
 
-  <xs:import namespace="http://www.w3.org/XML/1998/namespace" />
+  <xs:import namespace="http://www.w3.org/XML/1998/namespace"
+     schemaLocation="http://www.w3.org/2001/xml.xsd" />
   <xs:import
     namespace="http://www.w3.org/2005/08/addressing"
     schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd" />
@@ -1655,4 +1656,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr><tr><td> 2009/05/12 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6860">6860</a></td></tr><tr><td> 2009/05/13 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6696">6696</a></td></tr><tr><td> 2009/05/21 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr><tr><td> 2009/05/26 </td><td> KW </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6920</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- wsenum.xml	21 May 2009 14:53:22 -0000	1.30
+++ wsenum.xml	26 May 2009 21:10:37 -0000	1.31
@@ -2382,7 +2382,8 @@
     elementFormDefault="qualified"
     blockDefault="#all">
 
-  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace" />
+  &lt;xs:import namespace="http://www.w3.org/XML/1998/namespace"
+     schemaLocation="http://www.w3.org/2001/xml.xsd" />
   &lt;xs:import
     namespace="http://www.w3.org/2005/08/addressing"
     schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd" />
@@ -2863,6 +2864,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/05/26 </td>
+      <td> KW </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6920</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Received on Tuesday, 26 May 2009 21:10:46 UTC