WWW/2002/ws/ra/edcopies wsmex.xml,1.120,1.121

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>&lt;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>&lt;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 @@
 
   &lt;wsdl:types>
     &lt;xs:schema
-        targetNamespace='http://www.w3.org/2009/09/ws-mex' >
+        targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex' >
       &lt;xs:include schemaLocation='metadataexchange.xsd' />
     &lt;/xs:schema>
   &lt;/wsdl:types>
@@ -3746,44 +3746,44 @@
       &lt;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'/>
       &lt;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'/>
     &lt;/wsdl:operation>
 
     &lt;wsdl:operation name='GetMetadata' >
       &lt;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'/>
       &lt;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'/>
     &lt;/wsdl:operation>
 
     &lt;wsdl:operation name='PutMetadata' >
       &lt;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'/>
       &lt;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'/>
     &lt;/wsdl:operation>
 
     &lt;wsdl:operation name='DeleteMetadata' >
       &lt;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'/>
       &lt;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'/>
     &lt;/wsdl:operation>
 
   &lt;/wsdl:portType>

Received on Tuesday, 3 August 2010 13:30:16 UTC