- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 13:30:13 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv12964
Modified Files:
wsmex.xml
Log Message:
consistent use of &wsmex.nsprefix;
Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- wsmex.xml 2 Jul 2010 17:19:32 -0000 1.120
+++ wsmex.xml 3 Aug 2010 13:30:11 -0000 1.121
@@ -3389,8 +3389,8 @@
<example>
<eg><xs:schema
- targetNamespace='http://www.w3.org/2009/09/ws-mex'
- xmlns:tns='http://www.w3.org/2009/09/ws-mex'
+ targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex'
+ xmlns:tns='http://www.w3.org/&wsmex.nsprefix;/ws-mex'
xmlns:wsa='http://www.w3.org/2005/08/addressing'
xmlns:xs='http://www.w3.org/2001/XMLSchema'
elementFormDefault='qualified'
@@ -3697,8 +3697,8 @@
<example>
<eg><wsdl:definitions
- targetNamespace='http://www.w3.org/2009/09/ws-mex'
- xmlns:tns='http://www.w3.org/2009/09/ws-mex'
+ targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex'
+ xmlns:tns='http://www.w3.org/&wsmex.nsprefix;/ws-mex'
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/'
@@ -3706,7 +3706,7 @@
<wsdl:types>
<xs:schema
- targetNamespace='http://www.w3.org/2009/09/ws-mex' >
+ targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex' >
<xs:include schemaLocation='metadataexchange.xsd' />
</xs:schema>
</wsdl:types>
@@ -3746,44 +3746,44 @@
<wsdl:input
message='tns:GetWSDLMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/GetWSDL'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetWSDL'/>
<wsdl:output
message='tns:GetWSDLResponseMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/GetWSDLResponse'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetWSDLResponse'/>
</wsdl:operation>
<wsdl:operation name='GetMetadata' >
<wsdl:input
message='tns:GetMetadataMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/GetMetadata/Request'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata/Request'/>
<wsdl:output
message='tns:GetMetadataResponseMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/GetMetadata/Response'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata/Response'/>
</wsdl:operation>
<wsdl:operation name='PutMetadata' >
<wsdl:input
message='tns:PutMetadataMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/PutMetadata/Request'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/PutMetadata/Request'/>
<wsdl:output
message='tns:PutMetadataResponseMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/PutMetadata/Response'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/PutMetadata/Response'/>
</wsdl:operation>
<wsdl:operation name='DeleteMetadata' >
<wsdl:input
message='tns:DeleteMetadataMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/DeleteMetadata/Request'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/DeleteMetadata/Request'/>
<wsdl:output
message='tns:DeleteMetadataResponseMsg'
wsam:Action=
- 'http://www.w3.org/2009/09/ws-mex/DeleteMetadata/Response'/>
+ 'http://www.w3.org/&wsmex.nsprefix;/ws-mex/DeleteMetadata/Response'/>
</wsdl:operation>
</wsdl:portType>
Received on Tuesday, 3 August 2010 13:30:16 UTC