- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 13:31:55 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv13430
Modified Files:
wst.xml
Log Message:
consistent use of &wstra.nsprefix;
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- wst.xml 2 Jul 2010 17:09:00 -0000 1.122
+++ wst.xml 3 Aug 2010 13:31:53 -0000 1.123
@@ -2205,8 +2205,8 @@
</p>
<example>
<eg><xs:schema
- targetNamespace='http://www.w3.org/2009/09/ws-tra'
- xmlns:tns='http://www.w3.org/2009/09/ws-tra'
+ targetNamespace='http://www.w3.org/&wstra.nsprefix;/ws-tra'
+ xmlns:tns='http://www.w3.org/&wstra.nsprefix;/ws-tra'
xmlns:xs='http://www.w3.org/2001/XMLSchema'
xmlns:wsa='http://www.w3.org/2005/08/addressing'
elementFormDefault='qualified'
@@ -2389,8 +2389,8 @@
<example>
<eg><wsdl:definitions
- targetNamespace='http://www.w3.org/2009/09/ws-tra'
- xmlns:tns='http://www.w3.org/2009/09/ws-tra'
+ targetNamespace='http://www.w3.org/&wstra.nsprefix;/ws-tra'
+ xmlns:tns='http://www.w3.org/&wstra.nsprefix;/ws-tra'
xmlns:wsa='http://www.w3.org/2005/08/addressing'
xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata'
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
@@ -2399,8 +2399,8 @@
<wsdl:types>
<xs:schema>
<xs:import
- namespace='http://www.w3.org/2009/09/ws-tra'
- schemaLocation='http://www.w3.org/2009/09/ws-tra/transfer.xsd'
+ namespace='http://www.w3.org/&wstra.nsprefix;/ws-tra'
+ schemaLocation='http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd'
/>
</xs:schema>
</wsdl:types>
@@ -2441,26 +2441,26 @@
<wsdl:operation name='Get'>
<wsdl:input
message='tns:GetMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/Get'/>
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/Get'/>
<wsdl:output
message='tns:GetResponseMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/GetResponse' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse' />
</wsdl:operation>
<wsdl:operation name='Put'>
<wsdl:input
message='tns:PutMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/Put' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/Put' />
<wsdl:output
message='tns:PutResponseMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/PutResponse' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse' />
</wsdl:operation>
<wsdl:operation name='Delete'>
<wsdl:input
message='tns:DeleteMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/Delete' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete' />
<wsdl:output
message='tns:DeleteResponseMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/DeleteResponse' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse' />
</wsdl:operation>
</wsdl:portType>
@@ -2472,10 +2472,10 @@
<wsdl:operation name='Create'>
<wsdl:input
message='tns:CreateMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/Create' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/Create' />
<wsdl:output
message='tns:CreateResponseMessage'
- wsam:Action='http://www.w3.org/2009/09/ws-tra/CreateResponse' />
+ wsam:Action='http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse' />
</wsdl:operation>
</wsdl:portType>
Received on Tuesday, 3 August 2010 13:31:56 UTC