- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Dec 2011 16:23:41 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt
In directory hutz:/tmp/cvs-serv5600/ws-evt
Modified Files:
eventing.xsd
Log Message:
fix wsa.xsd schemalocation
Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- eventing.xsd 27 Sep 2011 18:58:19 -0000 1.32
+++ eventing.xsd 9 Dec 2011 16:23:39 -0000 1.33
@@ -11,7 +11,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'>
Received on Friday, 9 December 2011 16:23:48 UTC