- From: Katy Warr via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 May 2009 21:09:57 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu
In directory hutz:/tmp/cvs-serv19392
Modified Files:
enumeration.xsd
Log Message:
Issue 6920 - add schemaLocation="http://www.w3.org/2001/xml.xsd
Index: enumeration.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- enumeration.xsd 13 May 2009 00:34:06 -0000 1.5
+++ enumeration.xsd 26 May 2009 21:09:55 -0000 1.6
@@ -6,7 +6,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" />
Received on Tuesday, 26 May 2009 21:10:03 UTC