- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Sep 2011 18:58:21 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra
In directory hutz:/tmp/cvs-serv8815/ws-fra
Modified Files:
fragment.xsd rddl.html
Log Message:
use the 2011/03 namespace instead of 2009/09
Index: rddl.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra/rddl.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rddl.html 16 Oct 2009 10:19:01 -0000 1.1
+++ rddl.html 27 Sep 2011 18:58:19 -0000 1.2
@@ -82,7 +82,7 @@
<h2>Latest WSDL:</h2>
<p>
WS-Fragment defines no WSDL but utilizes the WSDL defined in
- <a href="http://www.w3.org/2009/09/ws-tra/">http://www.w3.org/2009/09/ws-tra/</a>.
+ <a href="http://www.w3.org/2011/03/ws-tra/">http://www.w3.org/2011/03/ws-tra/</a>.
</p>
Index: fragment.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra/fragment.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fragment.xsd 16 Feb 2011 04:55:29 -0000 1.5
+++ fragment.xsd 27 Sep 2011 18:58:19 -0000 1.6
@@ -1,6 +1,6 @@
<xs:schema
- targetNamespace='http://www.w3.org/2009/09/ws-fra'
- xmlns:tns='http://www.w3.org/2009/09/ws-fra'
+ targetNamespace='http://www.w3.org/2011/03/ws-fra'
+ xmlns:tns='http://www.w3.org/2011/03/ws-fra'
xmlns:xs='http://www.w3.org/2001/XMLSchema'
elementFormDefault='qualified'
blockDefault='#all' >
Received on Tuesday, 27 September 2011 18:58:23 UTC