- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Dec 2011 16:23:40 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv5600
Modified Files:
wsenum.html wsenum.xml wseventing.html wseventing.xml
Log Message:
fix wsa.xsd schemalocation
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- wseventing.xml 4 Jul 2011 19:53:19 -0000 1.223
+++ wseventing.xml 9 Dec 2011 16:23:38 -0000 1.224
@@ -3655,7 +3655,7 @@
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' />
+ schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
<!-- Types and global elements -->
<xs:complexType name='DeliveryType' mixed='true'>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -d -r1.230 -r1.231
--- wseventing.html 4 Jul 2011 19:53:19 -0000 1.230
+++ wseventing.html 9 Dec 2011 16:23:38 -0000 1.231
@@ -2096,7 +2096,7 @@
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' />
+ schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
<!-- Types and global elements -->
<xs:complexType name='DeliveryType' mixed='true'>
Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- wsenum.html 4 Jul 2011 19:53:18 -0000 1.168
+++ wsenum.html 9 Dec 2011 16:23:38 -0000 1.169
@@ -1527,7 +1527,7 @@
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' />
+ schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
<!-- Types and global elements -->
<xs:complexType name='FilterType' mixed='true'>
Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- wsenum.xml 4 Jul 2011 19:53:19 -0000 1.160
+++ wsenum.xml 9 Dec 2011 16:23:38 -0000 1.161
@@ -2795,7 +2795,7 @@
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' />
+ schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
<!-- Types and global elements -->
<xs:complexType name='FilterType' mixed='true'>
Received on Friday, 9 December 2011 16:23:44 UTC