WWW/2002/ws/ra/edcopies wsenum.xml,1.54,1.55 wseventing.xml,1.78,1.79 wsfrag.xml,1.14,1.15 wsmex.xml,1.51,1.52 wsrt.xml,1.42,1.43 wst.xml,1.61,1.62 entitieswd.dtd,1.11,1.12

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv20730

Modified Files:
	wsenum.xml wseventing.xml wsfrag.xml wsmex.xml wsrt.xml 
	wst.xml entitieswd.dtd 
Log Message:
using entities for namespaces (see entitieswd.dtd)

Index: entitieswd.dtd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/entitieswd.dtd,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- entitieswd.dtd	23 Sep 2009 08:25:25 -0000	1.11
+++ entitieswd.dtd	28 Sep 2009 12:20:34 -0000	1.12
@@ -1,7 +1,14 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!-- $Id$ -->
 
-<!ENTITY nsprefix "2009/09">
+<!ENTITY all.nsprefix "2009/09">
+
+<!ENTITY wsenu.nsprefix "&all.nsprefix;">
+<!ENTITY wsevt.nsprefix "&all.nsprefix;">
+<!ENTITY wsmex.nsprefix "&all.nsprefix;">
+<!ENTITY wsrst.nsprefix "&all.nsprefix;">
+<!ENTITY wstra.nsprefix "&all.nsprefix;">
+<!ENTITY wsfra.nsprefix "&all.nsprefix;">
 
 <!ENTITY all.year "2009">
 <!ENTITY all.month "@@@@@">

Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- wst.xml	23 Sep 2009 20:06:57 -0000	1.61
+++ wst.xml	28 Sep 2009 12:20:34 -0000	1.62
@@ -184,7 +184,7 @@
      specification is:
     </p>
         <example>
-          <eg><loc href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</loc></eg>
+          <eg><loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra">http://www.w3.org/&wstra.nsprefix;/ws-tra</loc></eg>
         </example>
         <p>
           <specref ref="xmlnamespaces"/> lists XML namespaces that are 
@@ -205,7 +205,7 @@
             <tr>
               <td> wst </td>
               <td>
-                <loc href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</loc>
+                <loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra">http://www.w3.org/&wstra.nsprefix;/ws-tra</loc>
               </td>
               <td>
         This specification
@@ -482,7 +482,7 @@
         <p>The Get request message MUST be of the following form:</p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Get
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/Get
 
 <kw>[Body]</kw>
     &lt;wst:Get Dialect="<emph>xs:anyURI</emph>"? ...&gt;
@@ -519,7 +519,7 @@
           </gitem>
 
           <gitem>
-            <label> <kw>[Body]</kw>/wst:Get@Dialect="http://www.w3.org/2009/02/ws-fra" </label>
+            <label> <kw>[Body]</kw>/wst:Get@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label>
             <def>
               <p>
                 The WS-Fragment <bibref ref="WsFrag"/> specification defines 
@@ -538,7 +538,7 @@
 the following form:</p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/GetResponse
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse
 
 <kw>[Body]</kw>
   &lt;wst:GetResponse ...&gt;
@@ -601,7 +601,7 @@
       EMEA
     &lt;/xxx:Region&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/Get
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/Get
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:00000000-0000-0000-C000-000000000046
@@ -621,7 +621,7 @@
   &lt;s:Header&gt;
     &lt;wsa:To&gt;http://www.fabrikam123.example.org/pullport&lt;/wsa:Address&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/GetResponse
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:0000010e-0000-0000-C000-000000000046
@@ -677,7 +677,7 @@
         </p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Put
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/Put
 
 <kw>[Body]</kw>
   &lt;wst:Put Dialect="<emph>xs:anyURI</emph>"? ...&gt;
@@ -718,7 +718,7 @@
           </gitem>
 
           <gitem>
-            <label> <kw>[Body]</kw>/wst:Put@Dialect="http://www.w3.org/2009/02/ws-fra" </label>
+            <label> <kw>[Body]</kw>/wst:Put@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label>
             <def>
               <p>
                 The WS-Fragment <bibref ref="WsFrag"/> specification defines 
@@ -774,7 +774,7 @@
 
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/PutResponse
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse
 
 <kw>[Body]</kw>
   &lt;wst:PutResponse ...&gt;
@@ -836,7 +836,7 @@
       EMEA
     &lt;/xxx:Region&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/Put
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/Put
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:00000000-0000-0000-C000-000000000047
@@ -865,7 +865,7 @@
   &lt;s:Header&gt;
     &lt;wsa:To&gt;http://www.fabrikam123.example.org/sender&lt;/wsa:Address&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/PutResponse
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:0000010e-0000-0000-C000-000000000047
@@ -887,7 +887,7 @@
         <p>The Delete request message MUST be of the following form:</p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Delete
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete
 
 <kw>[Body]</kw>
   &lt;wst:Delete Dialect="<emph>xs:anyURI</emph>"? ...&gt;
@@ -924,7 +924,7 @@
           </gitem>
 
           <gitem>
-            <label> <kw>[Body]</kw>/wst:Delete@Dialect="http://www.w3.org/2009/02/ws-fra" </label>
+            <label> <kw>[Body]</kw>/wst:Delete@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label>
             <def>
               <p>
                 The WS-Fragment <bibref ref="WsFrag"/> specification defines 
@@ -949,7 +949,7 @@
 the following form:</p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/DeleteResponse
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse
 
 <kw>[Body]</kw>
   &lt;wst:DeleteResponse ...&gt;
@@ -993,7 +993,7 @@
       EMEA
     &lt;/xxx:Region&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/Delete
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:00000000-0000-0000-C000-000000000049
@@ -1014,7 +1014,7 @@
   &lt;s:Header&gt;
     &lt;wsa:To&gt;http://www.fabrikam123.example.org/sender&lt;/wsa:Address&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/DeleteResponse
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:0000010e-0000-0000-C000-000000000049
@@ -1051,7 +1051,7 @@
         <p>The Create request message MUST be of the following form:</p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Create
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/Create
 
 <kw>[Body]</kw>
   &lt;wst:Create Dialect="<emph>xs:anyURI</emph>"? ...&gt;
@@ -1096,7 +1096,7 @@
           </gitem>
 
           <gitem>
-            <label> <kw>[Body]</kw>/wst:Create@Dialect="http://www.w3.org/2009/02/ws-fra" </label>
+            <label> <kw>[Body]</kw>/wst:Create@Dialect="http://www.w3.org/&wstra.nsprefix;/ws-fra" </label>
             <def>
               <p>
                 The WS-Fragment <bibref ref="WsFrag"/> specification defines 
@@ -1123,7 +1123,7 @@
     response of the following form:</p>
         <example>
           <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/CreateResponse
+  http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse
 
 <kw>[Body]</kw>
   &lt;wst:CreateResponse ...&gt;
@@ -1210,7 +1210,7 @@
     &lt;/wsa:ReplyTo&gt;
     &lt;wsa:To&gt;http://www.example.org/pushport/CustomerSpace&lt;/wsa:To&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/Create
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/Create
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:00000000-0000-0000-C000-000000000048
@@ -1235,12 +1235,12 @@
           <eg>&lt;s:Envelope  
     xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-    xmlns:wst="http://www.w3.org/2009/02/ws-tra" 
+    xmlns:wst="http://www.w3.org/&wstra.nsprefix;/ws-tra" 
     xmlns:xxx="http://fabrikam123.example.com/resource-model" &gt;
   &lt;s:Header&gt;
     &lt;wsa:To&gt;http://www.fabrikam123.example.org/sender&lt;/wsa:Address&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/CreateResponse
+      http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:0000010e-0000-0000-C000-000000000048
@@ -1277,7 +1277,7 @@
       </p>
 
       <example>
-        <eg>http://www.w3.org/2009/02/ws-tra/fault</eg>
+        <eg>http://www.w3.org/&wstra.nsprefix;/ws-tra/fault</eg>
       </example>
 
       <p>
@@ -1752,7 +1752,7 @@
    </p>
     
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-tra/transfer.xsd'>http://www.w3.org/2009/02/ws-tra/transfer.xsd</loc></eg>
+    <eg><loc href='http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd'>http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd</loc></eg>
    </example>
     
    <p>
@@ -1761,8 +1761,8 @@
    </p>
    <example>
     <eg>&lt;xs:schema 
-  targetNamespace="http://www.w3.org/2009/02/ws-tra"
-  xmlns:tns="http://www.w3.org/2009/02/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"
@@ -1860,7 +1860,7 @@
     for this specification can be retrieved from the following address:
    </p>
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-tra/transfer.wsdl">http://www.w3.org/2009/02/ws-tra/transfer.wsdl</loc></eg>
+    <eg><loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.wsdl">http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.wsdl</loc></eg>
    </example>
    <p>
     A non-normative copy of the WSDL description is listed below for
@@ -1868,8 +1868,8 @@
    </p>
    <example>
     <eg>&lt;wsdl:definitions 
-    targetNamespace="http://www.w3.org/2009/02/ws-tra" 
-    xmlns:tns="http://www.w3.org/2009/02/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/" 
@@ -1878,8 +1878,8 @@
   &lt;wsdl:types&gt;
     &lt;xs:schema&gt;
       &lt;xs:import 
-        namespace="http://www.w3.org/2009/02/ws-tra"
-        schemaLocation="http://www.w3.org/2009/02/ws-tra/transfer.xsd"
+        namespace="http://www.w3.org/&wstra.nsprefix;/ws-tra"
+        schemaLocation="http://www.w3.org/&wstra.nsprefix;/ws-tra/transfer.xsd"
         /&gt;
     &lt;/xs:schema&gt;
   &lt;/wsdl:types&gt;
@@ -1920,26 +1920,26 @@
     &lt;wsdl:operation name="Get"&gt;
       &lt;wsdl:input 
         message="tns:GetMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Get"/&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Get"/&gt;
       &lt;wsdl:output 
         message="tns:GetResponseMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/GetResponse" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/GetResponse" /&gt;
     &lt;/wsdl:operation&gt;
     &lt;wsdl:operation name="Put"&gt;
       &lt;wsdl:input 
         message="tns:PutMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Put" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Put" /&gt;
       &lt;wsdl:output 
         message="tns:PutResponseMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/PutResponse" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/PutResponse" /&gt;
     &lt;/wsdl:operation&gt;
     &lt;wsdl:operation name="Delete"&gt;
       &lt;wsdl:input 
         message="tns:DeleteMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Delete" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Delete" /&gt;
       &lt;wsdl:output 
         message="tns:DeleteResponseMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/DeleteResponse" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/DeleteResponse" /&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
  
@@ -1951,10 +1951,10 @@
     &lt;wsdl:operation name="Create"&gt;
       &lt;wsdl:input 
         message="tns:CreateMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Create" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/Create" /&gt;
       &lt;wsdl:output 
         message="tns:CreateResponseMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/CreateResponse" /&gt;
+        wsam:Action="http://www.w3.org/&wstra.nsprefix;/ws-tra/CreateResponse" /&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
     

Index: wsrt.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsrt.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- wsrt.xml	23 Sep 2009 14:13:55 -0000	1.42
+++ wsrt.xml	28 Sep 2009 12:20:34 -0000	1.43
@@ -71,7 +71,7 @@
   <abstract>
    <p>
     This specification defines extensions to
-    <loc href="http://www.w3.org/2009/02/ws-tra">WS-Transfer</loc>
+    <loc href="http://www.w3.org/&wsrst.nsprefix;/ws-tra">WS-Transfer</loc>
     primarily to provide fragment-based access to resources.
    </p>
   </abstract>
@@ -240,18 +240,18 @@
 (02)     xmlns:s="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
 (04)     xmlns:wsrt=
-(05)        "http://www.w3.org/2009/02/ws-rst">
+(05)        "http://www.w3.org/&wsrst.nsprefix;/ws-rst">
 (06)  &lt;s:Header&gt;
 (07)     &lt;wsa:To>http://www.example.org/disk&lt;/wsa:To&gt;
 (08)     &lt;wsa:Action s:mustUnderstand="true"&gt;
-(09)       http://www.w3.org/2009/02/ws-tra/Get
+(09)       http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get
 (10)     &lt;/wsa:Action&gt;
 (11)     &lt;wsrt:ResourceTransfer s:mustUnderstand="true"/&gt;
 (12)     ...
 (13) &lt;/s:Header&gt;
 (14)  &lt;s:Body&gt;
 (15)     &lt;wsrt:Get
-(16)       Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1"
+(16)       Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1"
 (17)             xmlns:d="http://example.org/sample"&gt;
 (18)        &lt;wsrt:Expression&gt;
 (19)            d:Volume[1]/d:Label
@@ -289,13 +289,13 @@
 (02)     xmlns:s="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
 (04)     xmlns:wsrt=
-(05)        "http://www.w3.org/2009/02/ws-rst">
+(05)        "http://www.w3.org/&wsrst.nsprefix;/ws-rst">
 (06)  &lt;s:Header&gt;
 (07)     &lt;wsa:To&gt;
 (08)       http://www.w3.org/2005/08/addressing/anonymous
 (09)     &lt;/wsa:To&gt;
 (10)     &lt;wsa:Action s:mustUnderstand="true"&gt;
-(11)       http://www.w3.org/2009/02/ws-tra/GetResponse
+(11)       http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse
 (12)     &lt;/wsa:Action&gt;
 (13)     &lt;wsrt:ResourceTransfer/&gt;
 (14)     ...
@@ -421,7 +421,7 @@
     </p>
     
     <example>
-     <eg><loc href="http://www.w3.org/2009/02/ws-rst">http://www.w3.org/2009/02/ws-rst</loc></eg>
+     <eg><loc href="http://www.w3.org/&wsrst.nsprefix;/ws-rst">http://www.w3.org/&wsrst.nsprefix;/ws-rst</loc></eg>
     </example>
     
     <p>
@@ -464,7 +464,7 @@
       </tr>
       <tr>
        <td> wsmex </td>
-       <td> http://www.w3.org/2009/02/ws-mex </td>
+       <td> http://www.w3.org/&wsrst.nsprefix;/ws-mex </td>
        <td> <bibref ref="WSMex"/> </td>
       </tr>
       <tr>
@@ -474,12 +474,12 @@
       </tr>
       <tr>
        <td> wsrt </td>
-       <td> http://www.w3.org/2009/02/ws-rst </td>
+       <td> http://www.w3.org/&wsrst.nsprefix;/ws-rst </td>
        <td> This specification </td>
       </tr>
       <tr>
        <td> wst </td>
-       <td> http://www.w3.org/2009/02/ws-tra </td>
+       <td> http://www.w3.org/&wsrst.nsprefix;/ws-tra </td>
        <td> <bibref ref="WsTransfer"/> </td>
       </tr>
       <tr>
@@ -790,7 +790,7 @@
      </p>
      
      <example>
-      <eg>http://www.w3.org/2009/02/ws-rst/Dialects/QName</eg>
+      <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName</eg>
      </example>
      
      <p>
@@ -878,7 +878,7 @@
      </p>
      
      <example>
-      <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1</eg>
+      <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1</eg>
      </example>
      
      <p>
@@ -939,7 +939,7 @@
      <p>The XPath 1.0 dialect MUST be indicated by using the URI:</p>
      
      <example>
-      <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath10</eg>
+      <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath10</eg>
      </example>
      
      <p>
@@ -1104,7 +1104,7 @@
   &lt;wsrt:ResourceTransfer s:mustUnderstand="true"? /&gt;
 
 <kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Get
+  http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get
 
 <kw>[Body]</kw>
   &lt;wsrt:Get Dialect="<emph>xs:anyURI</emph>"?&gt;
@@ -1199,7 +1199,7 @@
 &lt;wsrt:ResourceTransfer/&gt;
 
 <kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/GetResponse
+  http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse
 
 <kw>[Body]</kw>
   &lt;wsrt:GetResponse&gt;
@@ -1278,17 +1278,17 @@
 (02)     xmlns:s="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
 (04)     xmlns:wsrt=
-(05)        "http://www.w3.org/2009/02/ws-rst">
+(05)        "http://www.w3.org/&wsrst.nsprefix;/ws-rst">
 (06)  &lt;s:Header&gt;
 (07)     &lt;wsa:To>http://www.example.org/disk&lt;/wsa:To&gt;
 (08)     &lt;wsa:Action s:mustUnderstand="true"&gt;
-(09)       http://www.w3.org/2009/02/ws-tra/Get
+(09)       http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get
 (10)     &lt;/wsa:Action&gt;
 (11)     &lt;wsrt:ResourceTransfer s:mustUnderstand="true"/&gt;
 (12)     ...
 (13)  &lt;/s:Header&gt;
 (14)  &lt;s:Body&gt;
-(15)     &lt;wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName"
+(15)     &lt;wsrt:Get Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName"
 (16)       xmlns:d="http://example.org/sample"&gt;
 (17)        &lt;wsrt:Expression&gt;
 (18)            d:Volume
@@ -1316,13 +1316,13 @@
 (02)     xmlns:s="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
 (04)     xmlns:wsrt=
-(05)        "http://www.w3.org/2009/02/ws-rst">
+(05)        "http://www.w3.org/&wsrst.nsprefix;/ws-rst">
 (06)  &lt;s:Header&gt;
 (07)     &lt;wsa:To&gt;
 (08)       http://www.w3.org/2005/08/addressing/anonymous
 (09)     &lt;/wsa:To&gt;
 (10)     &lt;wsa:Action s:mustUnderstand="true"&gt;
-(11)       http://www.w3.org/2009/02/ws-tra/GetResponse
+(11)       http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse
 (12)     &lt;/wsa:Action&gt;
 (13)     &lt;wsrt:ResourceTransfer/&gt;
 (14)     ...
@@ -1379,7 +1379,7 @@
     <example id="get_xpath10">
      <head>Example Get message using an XPath 1.0 query expression</head>
      <eg>(01) &lt;s:Body&gt;
-(02)   &lt;wsrt:Get Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath10"
+(02)   &lt;wsrt:Get Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath10"
 (03)    xmlns:d="http://example.org/sample">
 (04)       &lt;wsrt:Expression&gt;
 (05)              count( d:Volume[d:TotalCapacity &gt; 20000000000] )
@@ -1429,7 +1429,7 @@
   &lt;wsrt:ResourceTransfer s:mustUnderstand="true"/&gt;
 
 <kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Put
+  http://www.w3.org/&wsrst.nsprefix;/ws-tra/Put
 
 <kw>[Body]</kw>
   &lt;wsrt:Put Dialect="<emph>xs:anyURI</emph>"?&gt;
@@ -1517,7 +1517,7 @@
         generate a PutModeUnsupportedFault.
        </p>
        <p>
-        A value of "http://www.w3.org/2009/02/ws-rst/Remove" indicates that 
+        A value of "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove" indicates that 
         the fragment MUST be
         deleted if it is present. The expression dialect indicated in this 
         operation MAY place additional constraints on the definition of this 
@@ -1525,7 +1525,7 @@
         "Delete" message is used.
        </p>
        <p>
-        A value of "http://www.w3.org/2009/02/ws-rst/Modify" means that the 
+        A value of "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify" means that the 
         fragment MUST be
         replaced by removing any fragment that already exists and inserting the
         specified value in its place. If the expression resolves to nothing then
@@ -1535,7 +1535,7 @@
         with no wsrt:Expression MUST specify this Mode.
        </p>
        <p>
-        A value of "http://www.w3.org/2009/02/ws-rst/Insert" indicates that 
+        A value of "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" indicates that 
         the fragment MUST be
         added to the resource representation. If the expression targets a 
         repeated element (maxOccurs &gt; 1), the fragment MUST be added at 
@@ -1576,11 +1576,11 @@
        <p>
         This element contains the data to be written to the
         resource representation. If the <kw>[Body]</kw>/wsrt:Put/Fragment/@Mode 
-        attribute is "http://www.w3.org/2009/02/ws-rst/Insert" or 
-        "http://www.w3.org/2009/02/ws-rst/Modify" then this element 
+        attribute is "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" or 
+        "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify" then this element 
         MUST be present. 
         If the <kw>[Body]</kw>/wsrt:Put/Fragment/@Mode attribute is 
-        "http://www.w3.org/2009/02/ws-rst/Remove" then 
+        "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove" then 
         this element MUST NOT be present. A resource MUST generate an 
         InvalidPutSyntaxFault if it receives a message with a Value 
         cardinality that is not valid for the Mode attribute.
@@ -1609,7 +1609,7 @@
   &lt;wsrt:ResourceTransfer/&gt;
 
 <kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/PutResponse
+  http://www.w3.org/&wsrst.nsprefix;/ws-tra/PutResponse
 
 <kw>[Body]</kw></eg>
     </example>
@@ -1654,14 +1654,14 @@
     <example id="put_xpath1">
      <head>Put message using the XPath Level 1 dialect</head>
      <eg>(01) &lt;s:Body&gt;
-(02)   &lt;wsrt:Put Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1"
+(02)   &lt;wsrt:Put Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1"
 (03)       xmlns:d="http://example.org/sample">
-(04)     &lt;wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Remove'&gt;
+(04)     &lt;wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove'&gt;
 (05)       &lt;wsrt:Expression&gt;
 (06)         d:Volume[1]
 (07)       &lt;/wsrt:Expression&gt;
 (08)     &lt;/wsrt:Fragment&gt;
-(09)     &lt;wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Insert'&gt;
+(09)     &lt;wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert'&gt;
 (10)       &lt;wsrt:Expression&gt;
 (11)         d:Volume[2]
 (12)       &lt;/wsrt:Expression&gt;
@@ -1734,9 +1734,9 @@
     <example id="putresponse_qname">
      <head>Put message using the QName dialect</head>
      <eg>(01) &lt;s:Body&gt;
-(02)   &lt;wsrt:Put Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName"
+(02)   &lt;wsrt:Put Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName"
 (03)       xmlns:d="http://example.org/sample">
-(04)     &lt;wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Modify'&gt;
+(04)     &lt;wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify'&gt;
 (05)       &lt;wsrt:Expression&gt;
 (06)         d:Volume
 (07)       &lt;/wsrt:Expression&gt;
@@ -1753,7 +1753,7 @@
 (18)         &lt;/d:Volume&gt;
 (19)       &lt;/wsrt:Value&gt;
 (20)     &lt;/wsrt:Fragment&gt;
-(21)     &lt;wsrt:Fragment Mode='http://www.w3.org/2009/02/ws-rst/Insert'&gt;
+(21)     &lt;wsrt:Fragment Mode='http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert'&gt;
 (22)       &lt;wsrt:Expression&gt;
 (23)         d:Volume
 (24)       &lt;/wsrt:Expression&gt;
@@ -1852,7 +1852,7 @@
   &lt;wsrt:ResourceTransfer s:mustUnderstand="true"/&gt;
 
 <kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Create
+  http://www.w3.org/&wsrst.nsprefix;/ws-tra/Create
 
 <kw>[Body]</kw>
   &lt;wsrt:Create Dialect="<emph>xs:anyURI</emph>"?&gt;
@@ -1970,7 +1970,7 @@
   &lt;wsrt:ResourceTransfer/&gt;
 
 <kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/CreateResponse
+  http://www.w3.org/&wsrst.nsprefix;/ws-tra/CreateResponse
 
 <kw>[Body]</kw>
   &lt;wst:ResourceCreated&gt;
@@ -2020,7 +2020,7 @@
     <example id="create_qname">
      <head>Create message using the QName dialect</head>
      <eg>(01) &lt;s:Body&gt;
-(02)   &lt;wsrt:Create Dialect="http://www.w3.org/2009/02/ws-rst/Dialects/QName"
+(02)   &lt;wsrt:Create Dialect="http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/QName"
 (03)        xmlns:d="http://example.org/sample">
 (04)     &lt;wsrt:Fragment&gt;
 (05)       &lt;wsrt:Expression&gt;
@@ -2083,7 +2083,7 @@
    </p>
  
    <example>
-    <eg>http://www.w3.org/2009/02/ws-rst/fault</eg>
+    <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault</eg>
    </example>
    
    <p>
@@ -2209,7 +2209,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2250,7 +2250,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left">
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2292,7 +2292,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left">
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2338,7 +2338,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left">
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2376,7 +2376,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left">
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2404,7 +2404,7 @@
  
     <p>
      This fault is generated by a resource if a "Put" message
-     specifies the "http://www.w3.org/2009/02/ws-rst/Insert" mode and 
+     specifies the "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" mode and 
      identifies a non-repeated fragment
      element (maxOccurrs = 1) that already exists. The fault detail MAY include
      the wsrt:Fragment that failed to be processed.
@@ -2415,7 +2415,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2460,7 +2460,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2501,7 +2501,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2538,7 +2538,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left">
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2576,7 +2576,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2607,10 +2607,10 @@
  
     <p>
      This fault is generated by a resource if a Put request
-     specifying a Mode "http://www.w3.org/2009/02/ws-rst/Remove" 
+     specifying a Mode "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Remove" 
      contains a wsrt:Value element or if a Put 
-     request specifying a Mode "http://www.w3.org/2009/02/ws-rst/Insert" 
-     or "http://www.w3.org/2009/02/ws-rst/Modify" does not contain a 
+     request specifying a Mode "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Insert" 
+     or "http://www.w3.org/&wsrst.nsprefix;/ws-rst/Modify" does not contain a 
      wsrt:Value element.
     </p>
     
@@ -2619,7 +2619,7 @@
       <tr>
        <th align="left"> <kw>[Action]</kw> </th>
        <th align="left"> 
-        http://www.w3.org/2009/02/ws-rst/fault 
+        http://www.w3.org/&wsrst.nsprefix;/ws-rst/fault 
        </th>
       </tr>
       <tr>
@@ -2786,7 +2786,7 @@
     </bibl>
 
     <bibl key="WS-MetadataExchange" id="WSMex"
-     href="http://www.w3.org/2009/02/ws-mex">
+     href="http://www.w3.org/&wsrst.nsprefix;/ws-mex">
      <titleref>
       Web Services Metadata Exchange (WS-MetadataExchange)
      </titleref>
@@ -2794,7 +2794,7 @@
     </bibl>
 
     <bibl key="WS-Transfer" id="WsTransfer"
-     href="http://www.w3.org/2009/02/ws-tra">
+     href="http://www.w3.org/&wsrst.nsprefix;/ws-tra">
      <titleref>
       Web Services Transfer (WS-Transfer)
      </titleref>
@@ -2873,7 +2873,7 @@
    </p>
    
    <example>
-    <eg>http://www.w3.org/2009/02/ws-rst/Dialects/XPath-Level-1</eg>
+    <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst/Dialects/XPath-Level-1</eg>
    </example>
    
    <p>
@@ -3127,7 +3127,7 @@
    </p>
    
    <example>
-    <eg>http://www.w3.org/2009/02/ws-rst</eg>
+    <eg>http://www.w3.org/&wsrst.nsprefix;/ws-rst</eg>
    </example>
    
    <p>
@@ -3382,7 +3382,7 @@
    </p>
   
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-rst/wsrt.xsd">http://www.w3.org/2009/02/ws-rst/wsrt.xsd</loc></eg>
+    <eg><loc href="http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.xsd">http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.xsd</loc></eg>
    </example>
    
    <p>
@@ -3392,24 +3392,24 @@
    
    <example>
     <eg>&lt;xs:schema
-      targetNamespace="http://www.w3.org/2009/02/ws-rst"
-    xmlns:wsrt="http://www.w3.org/2009/02/ws-rst"
+      targetNamespace="http://www.w3.org/&wsrst.nsprefix;/ws-rst"
+    xmlns:wsrt="http://www.w3.org/&wsrst.nsprefix;/ws-rst"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-    xmlns:wsmex="http://www.w3.org/2009/02/ws-mex"
+    xmlns:wsmex="http://www.w3.org/&wsrst.nsprefix;/ws-mex"
     elementFormDefault="qualified" blockDefault="#all">
 
   &lt;xs:import
       namespace="http://www.w3.org/2005/08/addressing"
       schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd"/>
-  &lt;xs:import namespace="http://www.w3.org/2009/02/ws-mex"
+  &lt;xs:import namespace="http://www.w3.org/&wsrst.nsprefix;/ws-mex"
     schemaLocation=
-      "http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd"/>
+      "http://www.w3.org/&wsrst.nsprefix;/ws-mex/MetadataExchange.xsd"/>
 
   &lt;!-- ResourceMetadata section --&gt;
 
   &lt;!-- A wsmex:MetadaSection with a wsmex:Dialect of
-       http://www.w3.org/2009/02/ws-rst
+       http://www.w3.org/&wsrst.nsprefix;/ws-rst
        contains the following Metadata element
   -->
 
@@ -3644,7 +3644,7 @@
    </p>
    
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-rst/wsrt.wsdl">http://www.w3.org/2009/02/ws-rst/wsrt.wsdl</loc></eg>
+    <eg><loc href="http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.wsdl">http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.wsdl</loc></eg>
    </example>
    
    <p>
@@ -3655,18 +3655,18 @@
    <example>
     <eg>&lt;?xml version="1.0" encoding="utf-8"?&gt;
 &lt;wsdl:definitions targetNamespace=
-    "http://www.w3.org/2009/02/ws-rst"
-     xmlns:wsrt="http://www.w3.org/2009/02/ws-rst"
+    "http://www.w3.org/&wsrst.nsprefix;/ws-rst"
+     xmlns:wsrt="http://www.w3.org/&wsrst.nsprefix;/ws-rst"
     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/"
-    xmlns:wst="http://www.w3.org/2009/02/ws-tra"
+    xmlns:wst="http://www.w3.org/&wsrst.nsprefix;/ws-tra"
     xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
   &lt;wsdl:types&gt;
     &lt;xs:schema&gt;
       &lt;xs:include schemaLocation=
-        "http://www.w3.org/2009/02/ws-rst/wsrt.xsd"/>
+        "http://www.w3.org/&wsrst.nsprefix;/ws-rst/wsrt.xsd"/>
     &lt;/xs:schema&gt;
   &lt;/wsdl:types&gt;
 
@@ -3701,17 +3701,17 @@
     &lt;/wsdl:documentation&gt;
     &lt;wsdl:operation name="Get"&gt;
       &lt;wsdl:input message="wsrt:GetRequestMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Get"/>
+        wsam:Action="http://www.w3.org/&wsrst.nsprefix;/ws-tra/Get"/>
       &lt;wsdl:output message="wsrt:GetResponseMessage"
         wsam:Action=
-          "http://www.w3.org/2009/02/ws-tra/GetResponse"/>
+          "http://www.w3.org/&wsrst.nsprefix;/ws-tra/GetResponse"/>
     &lt;/wsdl:operation&gt;
     &lt;wsdl:operation name="Put"&gt;
       &lt;wsdl:input message="wsrt:PutRequestMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Put"/>
+        wsam:Action="http://www.w3.org/&wsrst.nsprefix;/ws-tra/Put"/>
       &lt;wsdl:output message="wsrt:PutResponseMessage"
         wsam:Action=
-          "http://www.w3.org/2009/02/ws-tra/PutResponse"/>
+          "http://www.w3.org/&wsrst.nsprefix;/ws-tra/PutResponse"/>
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
 
@@ -3722,10 +3722,10 @@
     &lt;/wsdl:documentation&gt;
     &lt;wsdl:operation name="Create"&gt;
       &lt;wsdl:input message="wsrt:CreateRequestMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-tra/Create"/>
+        wsam:Action="http://www.w3.org/&wsrst.nsprefix;/ws-tra/Create"/>
       &lt;wsdl:output message="wsrt:CreateResponseMessage"
         wsam:Action=
-          "http://www.w3.org/2009/02/ws-tra/CreateResponse"/&gt;
+          "http://www.w3.org/&wsrst.nsprefix;/ws-tra/CreateResponse"/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
 &lt;/wsdl:definitions&gt;</eg>

Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- wsfrag.xml	23 Sep 2009 17:36:25 -0000	1.14
+++ wsfrag.xml	28 Sep 2009 12:20:34 -0000	1.15
@@ -182,7 +182,7 @@
     </p>
 
     <example>
-     <eg><loc href="http://www.w3.org/2009/02/ws-fra">http://www.w3.org/2009/02/ws-fra</loc></eg>
+     <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra">http://www.w3.org/&wsfra.nsprefix;/ws-fra</loc></eg>
     </example>
 
     <p>
@@ -206,7 +206,7 @@
       <tr>
        <td> wsf </td>
        <td>
-        <loc href="http://www.w3.org/2009/02/ws-fra">http://www.w3.org/2009/02/ws-fra</loc>
+        <loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra">http://www.w3.org/&wsfra.nsprefix;/ws-fra</loc>
        </td>
        <td>
         This specification
@@ -265,7 +265,7 @@
       <tr>
        <td> wst </td>
        <td>
-        <loc href="http://www.w3.org/2009/02/ws-tra">http://www.w3.org/2009/02/ws-tra</loc>
+        <loc href="http://www.w3.org/&wsfra.nsprefix;/ws-tra">http://www.w3.org/&wsfra.nsprefix;/ws-tra</loc>
        </td>
        <td>
         <bibref ref="WsTransfer"/>
@@ -506,10 +506,10 @@
     </p>
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Get
+  http://www.w3.org/&wsfra.nsprefix;/ws-tra/Get
 
 <kw>[Body]</kw>
-  &lt;wst:Get Dialect="http://www.w3.org/2009/02/ws-fra" ...&gt;
+  &lt;wst:Get Dialect="http://www.w3.org/&wsfra.nsprefix;/ws-fra" ...&gt;
     &lt;wsf:Expression Language="<emph>xs:anyURI</emph>" ...&gt;
       <emph>xs:any</emph> *
     &lt;/wsf:Expression&gt;
@@ -525,7 +525,7 @@
       <label> <kw>[Body]</kw>/wst:Get@Dialect </label>
       <def>
        <p>
-        This attribute MUST be set to http://www.w3.org/2009/02/ws-fra.
+        This attribute MUST be set to http://www.w3.org/&wsfra.nsprefix;/ws-fra.
        </p>
       </def>
      </gitem>
@@ -562,7 +562,7 @@
     </p>
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/GetResponse
+  http://www.w3.org/&wsfra.nsprefix;/ws-tra/GetResponse
 
 <kw>[Body]</kw>
   &lt;wst:GetResponse ...&gt;
@@ -609,10 +609,10 @@
     </p>
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/Put
+  http://www.w3.org/&wsfra.nsprefix;/ws-tra/Put
 
 <kw>[Body]</kw>
-  &lt;wst:Put Dialect="http://www.w3.org/2009/02/ws-fra" ...&gt;
+  &lt;wst:Put Dialect="http://www.w3.org/&wsfra.nsprefix;/ws-fra" ...&gt;
     &lt;wsf:Fragment ...&gt;
       &lt;wsf:Expression Language="<emph>xs:anyURI</emph>" Mode="<emph>xs:anyURI</emph>"? ...&gt;
         <emph>xs:any</emph> *
@@ -633,7 +633,7 @@
       <label> <kw>[Body]</kw>/wst:Put@Dialect </label>
       <def>
        <p>
-        This attribute MUST be set to http://www.w3.org/2009/02/ws-fra.
+        This attribute MUST be set to http://www.w3.org/&wsfra.nsprefix;/ws-fra.
        </p>
       </def>
      </gitem>
@@ -686,7 +686,7 @@
         This OPTIONAL attribute indicates the type of update to be 
         performed on this fragment.
         The implied value for this attribute is 
-        "http://www.w3.org/2009/02/ws-fra/Modes/Replace". 
+        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace". 
         A resource MUST generate a wsf:UnsupportedMode fault if the specified 
         Mode is not supported.
        </p>
@@ -694,11 +694,11 @@
      </gitem>
 
      <gitem>
-      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/02/ws-fra/Modes/Replace" </label>
+      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" </label>
       <def>
        <p>
         When the Mode attribute is set to a value of 
-        "http://www.w3.org/2009/02/ws-fra/Modes/Replace" the resource 
+        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" the resource 
         representation specified within the Value element MUST replace the 
         entire resource representation referenced by the children of the 
         Expression element, if it exists.
@@ -707,11 +707,11 @@
      </gitem>
 
      <gitem>
-      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/02/ws-fra/Modes/Insert" </label>
+      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Insert" </label>
       <def>
        <p>
         When the Mode attribute is set to a value of 
-        "http://www.w3.org/2009/02/ws-fra/Modes/Insert" the resource 
+        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Insert" the resource 
         representation specified within the Value element MUST be added to 
         the resource representation. If the expression targets a repeated 
         element (maxOccurs > 1), the fragment MUST be added at the end. If 
@@ -725,17 +725,17 @@
      </gitem>
 
      <gitem>
-      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/02/ws-fra/Modes/Remove" </label>
+      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove" </label>
       <def>
        <p>
         When the Mode attribute is set to a value of 
-        "http://www.w3.org/2009/02/ws-fra/Modes/Remove" the resource 
+        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove" the resource 
         representation referenced by the children of the Expression element
         MUST be deleted from the resource representation. 
        </p>
        <p>
         Note: the Value element MUST NOT be present if this attribute
-        has a value of "http://www.w3.org/2009/02/ws-fra/Modes/Remove".
+        has a value of "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove".
        </p>
       </def>
      </gitem>
@@ -750,10 +750,10 @@
        </p>
        <p>
         This element MUST NOT be present if the Mode attribute has a value 
-        of "http://www.w3.org/2009/02/ws-fra/Modes/Remove". This element 
+        of "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove". This element 
         MUST be present if the Mode attribute has a value of either
-        "http://www.w3.org/2009/02/ws-fra/Modes/Replace" or 
-        "http://www.w3.org/2009/02/ws-fra/Modes/Insert". When present, 
+        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" or 
+        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Insert". When present, 
         this element can either be empty or non-empty.
        </p>
       </def>
@@ -766,7 +766,7 @@
     </p>
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-tra/PutResponse
+  http://www.w3.org/&wsfra.nsprefix;/ws-tra/PutResponse
 
 <kw>[Body]</kw>
   &lt;wst:PutResponse ...&gt;
@@ -846,7 +846,7 @@
   &lt;s:Header&gt;
     &lt;wsa:To&gt;http://www.example.org/resourceABC&lt;/wsa:To&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/Get
+      http://www.w3.org/&wsfra.nsprefix;/ws-tra/Get
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:00000000-0000-0000-C000-000000000046
@@ -854,7 +854,7 @@
   &lt;/s:Header&gt;
   &lt;s:Body&gt;
     &lt;wst:Get&gt;
-      &lt;wsf:Expression Language="http://www.w3.org/2009/02/ws-fra/QName"&gt;
+      &lt;wsf:Expression Language="http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName"&gt;
         ab:contact
       &lt;/wsf:Expression&gt;
     &lt;/wst:Get&gt;
@@ -872,7 +872,7 @@
     xmlns:ex="http://www.example.com/" &gt;
   &lt;s:Header&gt;
     &lt;wsa:Action&gt;
-      http://www.w3.org/2009/02/ws-tra/GetResponse
+      http://www.w3.org/&wsfra.nsprefix;/ws-tra/GetResponse
     &lt;/wsa:Action&gt;
     &lt;wsa:MessageID&gt;
       uuid:0000010e-0000-0000-C000-000000000047
@@ -926,7 +926,7 @@
     The QName language MUST be indicated by using the URI:
    </p>
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-fra/QName">http://www.w3.org/2009/02/ws-fra/QName</loc></eg>
+    <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName">http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName</loc></eg>
    </example>
 
   </div1>
@@ -955,7 +955,7 @@
    </p>
 
    <example>
-    <eg>http://www.w3.org/2009/02/ws-fra/XPath-Level-1</eg>
+    <eg>http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath-Level-1</eg>
    </example>
 
    <p>
@@ -1256,7 +1256,7 @@
    
    <p>The XPath 1.0 language MUST be indicated by using the URI:</p>
    <example>
-     <eg><loc href="http://www.w3.org/2009/02/ws-fra/XPath">http://www.w3.org/2009/02/ws-fra/XPath</loc></eg>
+     <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath">http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath</loc></eg>
    </example>
     
    <p>
@@ -1408,7 +1408,7 @@
    </p>
 
    <example>
-    <eg>http://www.w3.org/2009/02/ws-fra/fault</eg>
+    <eg>http://www.w3.org/&wsfra.nsprefix;/ws-fra/fault</eg>
    </example>
 
    <p>
@@ -1793,7 +1793,7 @@
    </p>
     
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-fra/fragment.xsd'>http://www.w3.org/2009/02/ws-fra/fragment.xsd</loc></eg>
+    <eg><loc href='http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.xsd'>http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.xsd</loc></eg>
    </example>
     
    <p>
@@ -1802,8 +1802,8 @@
 
    <example>
     <eg>&lt;xs:schema 
-  targetNamespace="http://www.w3.org/2009/02/ws-fra"
-  xmlns:tns="http://www.w3.org/2009/02/ws-fra"
+  targetNamespace="http://www.w3.org/&wsfra.nsprefix;/ws-fra"
+  xmlns:tns="http://www.w3.org/&wsfra.nsprefix;/ws-fra"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   elementFormDefault="qualified"
@@ -1820,7 +1820,7 @@
     for this specification can be retrieved from the following address:
    </p>
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-fra/fragment.wsdl">http://www.w3.org/2009/02/ws-fra/fragment.wsdl</loc></eg>
+    <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.wsdl">http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.wsdl</loc></eg>
    </example>
 
    <p>
@@ -1829,8 +1829,8 @@
    </p>
    <example>
     <eg>&lt;wsdl:definitions 
- targetNamespace="http://www.w3.org/2009/02/ws-fra" 
- xmlns:tns="http://www.w3.org/2009/02/ws-fra" 
+ targetNamespace="http://www.w3.org/&wsfra.nsprefix;/ws-fra" 
+ xmlns:tns="http://www.w3.org/&wsfra.nsprefix;/ws-fra" 
  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/" 

Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- wsmex.xml	23 Sep 2009 19:37:15 -0000	1.51
+++ wsmex.xml	28 Sep 2009 12:20:34 -0000	1.52
@@ -220,7 +220,7 @@
 (03)     xmlns:wsa='http://www.w3.org/2005/08/addressing'>
 (04)    &lt;s11:Header>
 (05)      &lt;wsa:Action>
-(06)        http://www.w3.org/2009/02/ws-tra/Get
+(06)        http://www.w3.org/&wsmex.nsprefix;/ws-tra/Get
 (07)      &lt;/wsa:Action>
 (08)      &lt;wsa:To>http://services.example.org/stockquote/metadata&lt;/wsa:To>
 (09)      &lt;wsa:ReplyTo>
@@ -255,12 +255,12 @@
      <eg>(01)  &lt;s11:Envelope
 (02)      xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/'
 (03)      xmlns:wsa='http://www.w3.org/2005/08/addressing'
-(04)      xmlns:mex='http://www.w3.org/2009/02/ws-mex'
+(04)      xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'
 (05)      xmlns:wsp='http://www.w3.org/ns/ws-policy'
 (06)      xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
 (07)    &lt;s11:Header>
 (08)      &lt;wsa:Action>
-(09)        http://www.w3.org/2009/02/ws-tra/GetResponse
+(09)        http://www.w3.org/&wsmex.nsprefix;/ws-tra/GetResponse
 (10)      &lt;/wsa:Action>
 (11)      &lt;wsa:To>http://client.example.org&lt;/wsa:To>
 (12)      &lt;wsa:RelatesTo>
@@ -370,11 +370,11 @@
      <eg>(01)  &lt;s11:Envelope
 (02)      xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/'
 (03)      xmlns:wsa='http://www.w3.org/2005/08/addressing'
-(04)      xmlns:mex='http://www.w3.org/2009/02/ws-mex' >
+(04)      xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex' >
 (05)    &lt;s11:Header>
 (06)      &lt;wsa:To>http://services.example.org/stockquote&lt;/wsa:To>
 (07)      &lt;wsa:Action>
-(08)        http://www.w3.org/2009/02/ws-mex/GetMetadata
+(08)        http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata
 (09)      &lt;/wsa:Action>
 (10)      &lt;wsa:MessageID>
 (11)        urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9
@@ -410,11 +410,11 @@
 (02)      xmlns:s11='http://schemas.xmlsoap.org/soap/envelope/'
 (03)      xmlns:wsa='http://www.w3.org/2005/08/addressing'
 (04)      xmlns:wsp='http://www.w3.org/ns/ws-policy'
-(05)      xmlns:mex='http://www.w3.org/2009/02/ws-mex'>
+(05)      xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'>
 (06)    &lt;s11:Header>
 (07)      &lt;wsa:To>http://client.example.org&lt;/wsa:To>
 (08)      &lt;wsa:Action>
-(09)        http://www.w3.org/2009/02/ws-mex/GetMetadataResponse
+(09)        http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadataResponse
 (10)      &lt;/wsa:Action>
 (11)      &lt;wsa:RelatesTo>
 (12)        urn:uuid:73d7edfc-5c3c-49b9-ba46-2480caee43e9
@@ -462,7 +462,7 @@
     </p>  
 
     <example>
-     <eg><loc href="http://www.w3.org/2009/02/ws-mex">http://www.w3.org/2009/02/ws-mex</loc></eg>
+     <eg><loc href="http://www.w3.org/&wsmex.nsprefix;/ws-mex">http://www.w3.org/&wsmex.nsprefix;/ws-mex</loc></eg>
     </example>
  
     <p> 
@@ -512,7 +512,7 @@
       </tr>
       <tr>
        <td> mex </td>
-       <td> http://www.w3.org/2009/02/ws-mex </td> 
+       <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex </td> 
        <td> This specification </td> 
       </tr>
       <tr>
@@ -522,7 +522,7 @@
       </tr>
       <tr>
        <td> wst </td>
-       <td> http://www.w3.org/2009/02/ws-tra </td> 
+       <td> http://www.w3.org/&wsmex.nsprefix;/ws-tra </td> 
        <td> <bibref ref="WS-Transfer"/> </td> 
       </tr>
      </tbody>
@@ -891,11 +891,11 @@
       <td> wsp:PolicyAttachment <bibref ref="WS-PolicyAttachment"/> </td> 
      </tr>
      <tr>
-      <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td> 
+      <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex </td> 
       <td> mex:Metadata [Defined in this specification] </td> 
      </tr>
      <tr>
-      <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td> 
+      <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all </td> 
       <td> None.  [Defined in this specification for use in GetMetadata requests.  See <specref ref='Get-Metadata'/>.] </td> 
      </tr>
     </tbody>
@@ -910,7 +910,7 @@
    <glist>
     <gitem>
      <label>
-      /mex:Metadata/mex:MetadataSection/@Dialect ="http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex"
+      /mex:Metadata/mex:MetadataSection/@Dialect ="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex"
      </label>
      <def>
       <p>
@@ -979,11 +979,11 @@
       <td> Not defined </td> 
      </tr>
      <tr>
-      <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex </td> 
+      <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex </td> 
       <td> Not defined </td> 
      </tr>
      <tr>
-      <td> http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all </td> 
+      <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all </td> 
       <td> Not defined </td> 
      </tr>
     </tbody>
@@ -1085,7 +1085,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-mex/GetMetadata
+  http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata
 
 <kw>[Body]</kw>
   &lt;mex:GetMetadata ... >
@@ -1126,7 +1126,7 @@
       </def>
      </gitem>
 <gitem>
-      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex-all"  </label>
+      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex-all"  </label>
       <def>
        <p>
         This value returns all known metadata.  The endpoint has the option to optimize the format in which it returns the data. 
@@ -1134,7 +1134,7 @@
       </def>
      </gitem>
 <gitem>
-      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/2009/02/ws-mex/Dialects/ws-mex"</label>
+      <label> <kw>[Body]</kw>/mex:GetMetadata/mex:Dialect@URI="http://www.w3.org/&wsmex.nsprefix;/ws-mex/Dialects/ws-mex"</label>
       <def>
        <p>
         This value returns no metadata sections. 
@@ -1176,30 +1176,30 @@
           <th align="left"> Form </th>
          </tr>
          <tr>
-          <td> http://www.w3.org/2009/02/ws-mex/Content/EPR </td> 
+          <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/EPR </td> 
           <td> A MetadataReference element is returned </td> 
          </tr>
          <tr>
-          <td> http://www.w3.org/2009/02/ws-mex/Content/URI </td> 
+          <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/URI </td> 
           <td> A Location element is returned </td> 
          </tr>
          <tr>
-          <td> http://www.w3.org/2009/02/ws-mex/Content/Metadata </td> 
+          <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/Metadata </td> 
           <td> The metadata is inlined </td> 
          </tr>
          <tr>
-          <td> http://www.w3.org/2009/02/ws-mex/Content/Any </td> 
+          <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/Any </td> 
           <td> The service is free to chose any content form </td> 
          </tr>
          <tr>
-          <td> http://www.w3.org/2009/02/ws-mex/Content/All </td> 
+          <td> http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/All </td> 
           <td> The service MUST return all available content forms </td> 
          </tr>
         </tbody>
        </table>
        <p>
         When not present the default value is 
-        "http://www.w3.org/2009/02/ws-mex/Content/Any".
+        "http://www.w3.org/&wsmex.nsprefix;/ws-mex/Content/Any".
        </p>
       </def>
      </gitem>
@@ -1227,7 +1227,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-mex/GetMetadataResponse
+  http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadataResponse
 
 <kw>[Body]</kw>
  &lt;mex:GetMetadataResponse>
@@ -1328,7 +1328,7 @@
 (02)      xmlns:wsa='http://www.w3.org/2005/08/addressing'>
 (03)    &lt;wsa:Address>http://services.example.org/stockquote&lt;/wsa:Address>
 (04)    &lt;wsa:Metadata>
-(05)      &lt;mex:Metadata xmlns:mex='http://www.w3.org/2009/02/ws-mex'>
+(05)      &lt;mex:Metadata xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'>
 (06)        &lt;mex:MetadataSection Dialect='http://schemas.xmlsoap.org/wsdl/'>
 (07)          &lt;wsdl:definitions
 (08)              name='StockQuote'
@@ -1418,9 +1418,9 @@
 (02)      xmlns:wsa='http://www.w3.org/2005/08/addressing'>
 (03)    &lt;wsa:Address>http://services.example.org/stockquote&lt;/wsa:Address>
 (04)    &lt;wsa:Metadata>
-(05)      &lt;mex:Metadata xmlns:mex='http://www.w3.org/2009/02/ws-mex'>
+(05)      &lt;mex:Metadata xmlns:mex='http://www.w3.org/&wsmex.nsprefix;/ws-mex'>
 (06)        &lt;mex:MetadataSection
-(07)            Dialect='http://www.w3.org/2009/02/ws-mex'>
+(07)            Dialect='http://www.w3.org/&wsmex.nsprefix;/ws-mex'>
 (08)          &lt;mex:MetadataReference>
 (09)            &lt;wsa:Address>
 (10)              http://services.example.org/stockquote/metadata
@@ -1818,7 +1818,7 @@
    </p>
    
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd'>http://www.w3.org/2009/02/ws-mex/MetadataExchange.xsd</loc></eg>
+    <eg><loc href='http://www.w3.org/&wsmex.nsprefix;/ws-mex/MetadataExchange.xsd'>http://www.w3.org/&wsmex.nsprefix;/ws-mex/MetadataExchange.xsd</loc></eg>
    </example>
 
    <p>
@@ -1828,8 +1828,8 @@
 
    <example>
     <eg>&lt;xs:schema
-    targetNamespace='http://www.w3.org/2009/02/ws-mex'
-    xmlns:tns='http://www.w3.org/2009/02/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'
@@ -1914,7 +1914,7 @@
    </p>
    
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-mex/metadataexchange.wsdl'>http://www.w3.org/2009/02/ws-mex/metadataexchange.wsdl</loc></eg>
+    <eg><loc href='http://www.w3.org/&wsmex.nsprefix;/ws-mex/metadataexchange.wsdl'>http://www.w3.org/&wsmex.nsprefix;/ws-mex/metadataexchange.wsdl</loc></eg>
    </example>
 
    <p>
@@ -1924,8 +1924,8 @@
 
    <example>
     <eg>&lt;wsdl:definitions
-    targetNamespace='http://www.w3.org/2009/02/ws-mex'
-    xmlns:tns='http://www.w3.org/2009/02/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/'
@@ -1933,7 +1933,7 @@
 
   &lt;wsdl:types>
     &lt;xs:schema
-        targetNamespace='http://www.w3.org/2009/02/ws-mex'>
+        targetNamespace='http://www.w3.org/&wsmex.nsprefix;/ws-mex'>
       &lt;xs:include schemaLocation='metadataexchange.xsd'/>
     &lt;/xs:schema>
   &lt;/wsdl:types>
@@ -1949,11 +1949,11 @@
       &lt;wsdl:input
        message='tns:GetMetadataMsg'
        wsam:Action=
-        'http://www.w3.org/2009/02/ws-mex/GetMetadata'/>
+        'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadata'/>
       &lt;wsdl:output
        message='tns:GetMetadataResponseMsg'
        wsam:Action=
-        'http://www.w3.org/2009/02/ws-mex/GetMetadataResponse'/>
+        'http://www.w3.org/&wsmex.nsprefix;/ws-mex/GetMetadataResponse'/>
     &lt;/wsdl:operation>
   &lt;/wsdl:portType>
 

Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- wsenum.xml	23 Sep 2009 17:19:09 -0000	1.54
+++ wsenum.xml	28 Sep 2009 12:20:34 -0000	1.55
@@ -361,7 +361,7 @@
        implementations of this specification is: 
       </p>
       <example>
-       <eg><loc href="http://www.w3.org/2009/02/ws-enu">http://www.w3.org/2009/02/ws-enu</loc></eg>
+       <eg><loc href="http://www.w3.org/&wsenu.nsprefix;/ws-enu">http://www.w3.org/&wsenu.nsprefix;/ws-enu</loc></eg>
       </example>
 
       <p>
@@ -385,8 +385,8 @@
         <tr>
          <td> wsen </td>
          <td>
-          <loc href="http://www.w3.org/2009/02/ws-enu">
-           http://www.w3.org/2009/02/ws-enu
+          <loc href="http://www.w3.org/&wsenu.nsprefix;/ws-enu">
+           http://www.w3.org/&wsenu.nsprefix;/ws-enu
           </loc>
          </td>
          <td> This specification </td>
@@ -609,7 +609,7 @@
     </p>
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/Enumerate
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate
 
 <kw>[Body]</kw>
   &lt;wsen:Enumerate ...>
@@ -726,7 +726,7 @@
       <def>
        <p>
         Implied value is
-        "http://www.w3.org/2009/02/ws-enu/Dialects/XPath10". 
+        "http://www.w3.org/&wsenu.nsprefix;/ws-enu/Dialects/XPath10". 
        </p>
        
        <p>
@@ -736,7 +736,7 @@
        </p>
        
        <p>
-        <kw>[Body]</kw>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"
+        <kw>[Body]</kw>/wsen:Enumerate/wsen:Filter/@Dialect="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Dialects/XPath10"
        </p>
        <p>
         Value of <kw>[Body]</kw>/wsenu:Enumerate/wsen:Filter is
@@ -819,7 +819,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/EnumerateResponse
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse
 
 <kw>[Body]</kw>
   &lt;wsen:EnumerateResponse ...>
@@ -881,10 +881,10 @@
 
      <eg>(01) &lt;s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
 (02)    xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(03)    xmlns:wsen="http://www.w3.org/2009/02/ws-enu">
+(03)    xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu">
 (04)   &lt;s:Header>
 (05)     &lt;wsa:Action>
-(06)       http://www.w3.org/2009/02/ws-enu/Enumerate
+(06)       http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate
 (07)     &lt;/wsa:Action>
 (08)     &lt;wsa:MessageID>
 (09)       uuid:e7c5726b-de29-4313-b4d4-b3425b200839
@@ -924,11 +924,11 @@
     <example id="enumRes">
      <head>Response to Enumerate request</head>
      <eg>(01) &lt;s:Envelope xmlns:S='http://www.w3.org/2003/05/soap-envelope'
-(02)     xmlns:wsen='http://www.w3.org/2009/02/ws-enu'
+(02)     xmlns:wsen='http://www.w3.org/&wsenu.nsprefix;/ws-enu'
 (03)     xmlns:wsa='http://www.w3.org/2005/08/addressing'>
 (04)   &lt;s:Header>
 (05)     &lt;wsa:Action>
-(06)       http://www.w3.org/2009/02/ws-enu/EnumerateResponse
+(06)       http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse
 (07)     &lt;/wsa:Action>
 (08)     &lt;wsa:RelatesTo>
 (09)         uuid:e7c5726b-de29-4313-b4d4-b3425b200839
@@ -969,7 +969,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/Pull
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull
 
 <kw>[Body]</kw>
   &lt;wsen:Pull ...>
@@ -1139,7 +1139,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/PullResponse
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse
 
 <kw>[Body]</kw>
   &lt;wsen:PullResponse ...>
@@ -1219,10 +1219,10 @@
      <head>Pull request</head>
      <eg>(01) &lt;s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
 (02)    xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(03)    xmlns:wsen="http://www.w3.org/2009/02/ws-enu">
+(03)    xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu">
 (04)   &lt;s:Header>
 (05)     &lt;wsa:Action>
-(06)       http://www.w3.org/2009/02/ws-enu/Pull
+(06)       http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull
 (07)     &lt;/wsa:Action>
 (08)     &lt;wsa:MessageID>
 (09)       uuid:e7c5726b-de29-4313-b4d4-b3425b200839
@@ -1262,11 +1262,11 @@
     <example id="pullRes">
      <head>Response to Pull request</head>
      <eg>(01) &lt;s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
-(02)     xmlns:wsen="http://www.w3.org/2009/02/ws-enu"
+(02)     xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing">
 (04)   &lt;s:Header>
 (05)     &lt;wsa:Action>
-(06)       http://www.w3.org/2009/02/ws-enu/PullResponse
+(06)       http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse
 (07)     &lt;/wsa:Action>
 (08)     &lt;wsa:RelatesTo>
 (09)       uuid:e7c5726b-de29-4313-b4d4-b3425b200839
@@ -1331,7 +1331,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/Renew
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/Renew
 
 <kw>[Body]</kw>
   &lt;wsen:Renew ...>
@@ -1384,7 +1384,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/RenewResponse
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/RenewResponse
 
 <kw>[Body]</kw>
   &lt;wsen:RenewResponse ...>
@@ -1448,7 +1448,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/GetStatus
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatus
 
 <kw>[Body]</kw>
   &lt;wsen:GetStatus ...>
@@ -1472,7 +1472,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/GetStatusResponse
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatusResponse
 
 <kw>[Body]</kw>
   &lt;wsen:GetStatusResponse ...>
@@ -1507,7 +1507,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/Release
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release
 
 <kw>[Body]</kw>
   &lt;wsen:Release ...>
@@ -1549,7 +1549,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/ReleaseResponse
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse
 
 <kw>[Body]</kw>
   &lt;wsen:ReleaseResponse ...>
@@ -1576,10 +1576,10 @@
 
      <eg>(01) &lt;s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
 (02)    xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(03)    xmlns:wsen="http://www.w3.org/2009/02/ws-enu">
+(03)    xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu">
 (04)   &lt;s:Header>
 (05)     &lt;wsa:Action>
-(06)       http://www.w3.org/2009/02/ws-enu/Release
+(06)       http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release
 (07)     &lt;/wsa:Action>
 (08)     &lt;wsa:MessageID>
 (09)       uuid:e7c5726b-de29-4313-b4d4-b3425b200839
@@ -1614,11 +1614,11 @@
     <example id="releaseRes">
      <head>Response to Release request</head>
      <eg>(01) &lt;s:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope"
-(02)     xmlns:wsen="http://www.w3.org/2009/02/ws-enu"
+(02)     xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing">
 (04)   &lt;s:Header>
 (05)     &lt;wsa:Action>
-(06)       http://www.w3.org/2009/02/ws-enu/ReleaseResponse
+(06)       http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse
 (07)     &lt;/wsa:Action>
 (08)     &lt;wsa:RelatesTo>
 (09)       uuid:e7c5726b-de29-4313-b4d4-b3425b200839
@@ -1652,13 +1652,13 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-enu/EnumerationEnd
+  http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerationEnd
 
 <kw>[Body]</kw>
   &lt;wsen:EnumerationEnd ...>
     &lt;wsen:Code>
-      ( http://www.w3.org/2009/02/ws-enu/SourceShuttingDown
-      | http://www.w3.org/2009/02/ws-enu/SourceCancelling )
+      ( http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown
+      | http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling )
     &lt;/wsen:Code&gt;
     &lt;wsen:Reason xml:lang="<emph>language identifier</emph>" >
       <emph>xs:string</emph>
@@ -1676,7 +1676,7 @@
      <gitem>
       <label>
        <kw>[Body]</kw>/wsen:EnumerationEnd/wsen:Code =
-       "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown"
+       "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown"
       </label>
       <def>
        <p>
@@ -1692,7 +1692,7 @@
      <gitem>
       <label> 
        <kw>[Body]</kw>/wsen:EnumerationEnd/wsen:Code =
-       "http://www.w3.org/2009/02/ws-enu/SourceCancelling"
+       "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling"
       </label>
       <def>
        <p>
@@ -1736,7 +1736,7 @@
    </p>
 
    <example>
-    <eg>http://www.w3.org/2009/02/ws-enu/fault</eg>
+    <eg>http://www.w3.org/&wsenu.nsprefix;/ws-enu/fault</eg>
    </example>
    
    <p>
@@ -2486,7 +2486,7 @@
    </p>
 
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-enu/enumeration.xsd'>http://www.w3.org/2009/02/ws-enu/enumeration.xsd</loc></eg>
+    <eg><loc href='http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd'>http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd</loc></eg>
    </example>
 
    <p>
@@ -2495,8 +2495,8 @@
 
    <example>
     <eg>&lt;xs:schema
-    targetNamespace="http://www.w3.org/2009/02/ws-enu"
-    xmlns:tns="http://www.w3.org/2009/02/ws-enu"
+    targetNamespace="http://www.w3.org/&wsenu.nsprefix;/ws-enu"
+    xmlns:tns="http://www.w3.org/&wsenu.nsprefix;/ws-enu"
     xmlns:wsa="http://www.w3.org/2005/08/addressing"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     elementFormDefault="qualified"
@@ -2515,7 +2515,7 @@
               minOccurs="0" maxOccurs="unbounded" />
     &lt;/xs:sequence>
     &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional"
-                  default="http://www.w3.org/2009/02/ws-enu/Dialects/XPath10"/>
+                  default="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Dialects/XPath10"/>
     &lt;xs:anyAttribute namespace="##other" processContents="lax" />
   &lt;/xs:complexType>
 
@@ -2728,9 +2728,9 @@
   &lt;xs:simpleType name="EnumerationEndCodeType">
     &lt;xs:restriction base="xs:anyURI">
     &lt;xs:enumeration value=
-      "http://www.w3.org/2009/02/ws-enu/SourceShuttingDown" />
+      "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown" />
     &lt;xs:enumeration value=
-      "http://www.w3.org/2009/02/ws-enu/SourceCancelling" />
+      "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling" />
     &lt;/xs:restriction>
   &lt;/xs:simpleType>
 
@@ -2751,7 +2751,7 @@
    </p>
 
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-enu/enumeration.wsdl">http://www.w3.org/2009/02/ws-enu/enumeration.wsdl</loc></eg>
+    <eg><loc href="http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.wsdl">http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.wsdl</loc></eg>
    </example>
 
    <p>
@@ -2761,18 +2761,18 @@
 
    <example>
     <eg>&lt;wsdl:definitions
-    targetNamespace="http://www.w3.org/2009/02/ws-enu" 
+    targetNamespace="http://www.w3.org/&wsenu.nsprefix;/ws-enu" 
     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/" 
-    xmlns:wsen="http://www.w3.org/2009/02/ws-enu"
+    xmlns:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu"
     xmlns:xs="http://www.w3.org/2001/XMLSchema" >
 
   &lt;wsdl:types>
     &lt;xs:schema>
       &lt;xs:import
-        namespace="http://www.w3.org/2009/02/ws-enu"
-        schemaLocation="http://www.w3.org/2009/02/ws-enu/enumeration.xsd" />
+        namespace="http://www.w3.org/&wsenu.nsprefix;/ws-enu"
+        schemaLocation="http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd" />
     &lt;/xs:schema>
   &lt;/wsdl:types>
 
@@ -2814,42 +2814,42 @@
     &lt;wsdl:operation name="EnumerateOp">
       &lt;wsdl:input 
         message="wsen:EnumerateMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/Enumerate" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate" />
       &lt;wsdl:output 
         message="wsen:EnumerateResponseMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerateResponse" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse" />
     &lt;/wsdl:operation>
     &lt;wsdl:operation name="PullOp">
       &lt;wsdl:input 
         message="wsen:PullMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/Pull" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull" />
       &lt;wsdl:output 
         message="wsen:PullResponseMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/PullResponse" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse" />
     &lt;/wsdl:operation>
     &lt;wsdl:operation name="RenewOp" >
       &lt;wsdl:input 
         message="wsen:RenewMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/Renew" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Renew" />
       &lt;wsdl:output 
         message="wsen:RenewResponseMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/RenewResponse" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/RenewResponse" />
     &lt;/wsdl:operation>
     &lt;wsdl:operation name="GetStatusOp" >
       &lt;wsdl:input 
         message="wsen:GetStatusMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/GetStatus" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatus" />
       &lt;wsdl:output 
         message="wsen:GetStatusResponseMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/GetStatusResponse" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatusResponse" />
     &lt;/wsdl:operation>
     &lt;wsdl:operation name="ReleaseOp">
       &lt;wsdl:input 
         message="wsen:ReleaseMessage"
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/Release" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release" />
       &lt;wsdl:output 
         message="wsen:ReleaseResponseMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/ReleaseResponse" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse" />
     &lt;/wsdl:operation>
   &lt;/wsdl:portType>
 
@@ -2857,7 +2857,7 @@
     &lt;wsdl:operation name="EnumerationEndOp" >
       &lt;wsdl:input 
         message="wsen:EnumerationEndMessage" 
-        wsam:Action="http://www.w3.org/2009/02/ws-enu/EnumerationEnd" />
+        wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerationEnd" />
     &lt;/wsdl:operation>
   &lt;/wsdl:portType>
 

Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- wseventing.xml	23 Sep 2009 19:12:47 -0000	1.78
+++ wseventing.xml	28 Sep 2009 12:20:34 -0000	1.79
@@ -291,11 +291,11 @@
      <eg>(01) &lt;s12:Envelope
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ew="http://www.example.com/warnings" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/Subscribe
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:MessageID&gt;
 (11)       uuid:d7c5726b-de29-4313-b4d4-b3425b200839
@@ -353,11 +353,11 @@
      <eg>(01) &lt;s12:Envelope
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:d7c5726b-de29-4313-b4d4-b3425b200839
@@ -575,7 +575,7 @@
     </p>
 
     <example>
-     <eg><loc href="http://www.w3.org/2009/02/ws-evt">http://www.w3.org/2009/02/ws-evt</loc></eg>
+     <eg><loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt">http://www.w3.org/&wsevt.nsprefix;/ws-evt</loc></eg>
     </example>
 
     <p>
@@ -637,8 +637,8 @@
       <tr>
        <td>wse</td>
        <td>
-        <loc href="http://www.w3.org/2009/02/ws-evt">
-         http://www.w3.org/2009/02/ws-evt
+        <loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt">
+         http://www.w3.org/&wsevt.nsprefix;/ws-evt
         </loc>
        </td>
        <td>This specification</td>
@@ -806,7 +806,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/Subscribe
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe
 
 <kw>[Body]</kw>
   &lt;wse:Subscribe ...&gt;
@@ -876,7 +876,7 @@
         This optional element contains
         the delivery format to be used for notification messages sent in 
         relation to this subscription. Implied value is 
-        "http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Unwrap", which 
+        "http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap", which 
         indicates that unwrapped delivery MUST be used. See 
         Section <specref ref="NotificationFormats"/> for details.
        </p>
@@ -891,7 +891,7 @@
      </gitem>
 
      <gitem>
-      <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Unwrap" </label>
+      <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap" </label>
       <def>
        <p>
         Indicate the unwrapped event delivery format.
@@ -900,7 +900,7 @@
      </gitem>
 
      <gitem>
-      <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Wrap" </label>
+      <label> <kw>[Body]</kw>/wse:Subscribe/wse:Format@Name="http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Wrap" </label>
       <def>
        <p>
         Indicate the wrapped event delivery format.
@@ -989,7 +989,7 @@
       <label id="Dialect"> <kw>[Body]</kw>/wse:Subscribe/wse:Filter/@Dialect </label>
       <def>
        <p>
-        Implied value is "http://www.w3.org/2009/02/ws-evt/Dialects/XPath10".
+        Implied value is "http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10".
        </p>
 
        <p>
@@ -1011,8 +1011,8 @@
 
      <gitem>
       <label> <kw>[Body]</kw>/wse:Subscribe/wse:Filter/@Dialect="<loc
-       href="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10">
-        http://www.w3.org/2009/02/ws-evt/Dialects/XPath10
+       href="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10">
+        http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10
        </loc>"
       </label>
       <def>
@@ -1091,7 +1091,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse
 
 <kw>[Body]</kw>
   &lt;wse:SubscribeResponse ...&gt;
@@ -1173,11 +1173,11 @@
      <eg>(01) &lt;s12:Envelope 
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ew="http://www.example.com/warnings" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/Subscribe
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:MessageID&gt;
 (11)       uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180
@@ -1253,12 +1253,12 @@
      <eg>(01) &lt;s12:Envelope 
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ew="http://www.example.com/warnings"
 (06)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (07)   &lt;s12:Header&gt;
 (08)     &lt;wsa:Action&gt;
-(09)       http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(09)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse
 (10)     &lt;/wsa:Action&gt;
 (11)     &lt;wsa:RelatesTo&gt;
 (12)       uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180
@@ -1321,7 +1321,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/Renew
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew
 
 <kw>[Body]</kw>
   &lt;wse:Renew ...&gt;
@@ -1351,7 +1351,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/RenewResponse
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse
 
 <kw>[Body]</kw>
   &lt;wse:RenewResponse ...&gt;
@@ -1401,11 +1401,11 @@
      <eg>(01) &lt;s12:Envelope 
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/Renew
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:MessageID&gt;
 (11)       uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1447,11 +1447,11 @@
      <eg>(01) &lt;s12:Envelope
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)      http://www.w3.org/2009/02/ws-evt/RenewResponse
+(08)      http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1483,7 +1483,7 @@
     
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/GetStatus
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus
 
 <kw>[Body]</kw>
   &lt;wse:GetStatus ...&gt;
@@ -1507,7 +1507,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/GetStatusResponse
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse
 
 <kw>[Body]</kw>
   &lt;wse:GetStatusResponse ...&gt;
@@ -1540,11 +1540,11 @@
      <eg>(01) &lt;s12:Envelope
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/GetStatus
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:MessageID&gt;
 (11)       uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1582,11 +1582,11 @@
      <eg>(01) &lt;s12:Envelope 
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/GetStatusResponse
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1625,7 +1625,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/Unsubscribe
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe
 
 <kw>[Body]</kw>
   &lt;wse:Unsubscribe ...&gt;
@@ -1649,7 +1649,7 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse
 
 <kw>[Body]</kw>
   &lt;wse:UnsubscribeResponse ...&gt;
@@ -1672,11 +1672,11 @@
      <eg>(01) &lt;s12:Envelope 
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/Unsubscribe
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:MessageID&gt;
 (11)       uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216
@@ -1716,7 +1716,7 @@
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing" &gt;
 (04)   &lt;s12:Header&gt;
 (05)     &lt;wsa:Action&gt;
-(06)       http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
+(06)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse
 (07)     &lt;/wsa:Action&gt;
 (08)     &lt;wsa:RelatesTo&gt;
 (09)       uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216
@@ -1745,14 +1745,14 @@
 
     <example>
      <eg><kw>[Action]</kw>
-  http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
+  http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscriptionEnd
 
 <kw>[Body]</kw>
   &lt;wse:SubscriptionEnd ...&gt;
     &lt;wse:Status&gt;
-      ( http://www.w3.org/2009/02/ws-evt/DeliveryFailure | 
-        http://www.w3.org/2009/02/ws-evt/SourceShuttingDown |
-        http://www.w3.org/2009/02/ws-evt/SourceCancelling )
+      ( http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure | 
+        http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown |
+        http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling )
     &lt;/wse:Status&gt;
     &lt;wse:Reason xml:lang="<emph>language identifier</emph>" &gt;<emph>xs:string</emph>&lt;/wse:Reason&gt; ?
     <emph>xs:any</emph>*
@@ -1768,7 +1768,7 @@
      <gitem>
       <label> 
        <kw>[Body]</kw>/wse:SubscriptionEnd/wse:Status =
-       "http://www.w3.org/2009/02/ws-evt/DeliveryFailure"
+       "http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure"
       </label>
       <def>
        <p>
@@ -1782,7 +1782,7 @@
      <gitem>
       <label>
        <kw>[Body]</kw>/wse:SubscriptionEnd/wse:Status =
-       "http://www.w3.org/2009/02/ws-evt/SourceShuttingDown"
+       "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown"
       </label>
       <def>
        <p>
@@ -1798,7 +1798,7 @@
      <gitem>
       <label>
        <kw>[Body]</kw>/wse:SubscriptionEnd/wse:Status =
-       "http://www.w3.org/2009/02/ws-evt/SourceCancelling"
+       "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling"
       </label>
       <def>
        <p>
@@ -1843,11 +1843,11 @@
      <eg>(01) &lt;s12:Envelope 
 (02)     xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(04)     xmlns:wse="http://www.w3.org/2009/02/ws-evt" 
+(04)     xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" 
 (05)     xmlns:ew="http://www.example.com/warnings" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)       http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
+(08)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscriptionEnd
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:To&gt;http://www.example.com/MyEventSink&lt;/wsa:To&gt;
 (11)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
@@ -1961,7 +1961,7 @@
    </p>
 
    <example>
-    <eg>http://www.w3.org/2009/02/ws-evt/fault</eg>
+    <eg>http://www.w3.org/&wsevt.nsprefix;/ws-evt/fault</eg>
    </example>
   
    <p>
@@ -2989,11 +2989,11 @@
      <head>Hypothetical Wrapped Notification</head>
      <eg>(01) &lt;s12:Envelope xmlns:s12="http://www.w3.org/2003/05/soap-envelope"
 (02)               xmlns:wsa="http://www.w3.org/2005/08/addressing"
-(03)               xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(03)               xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (04)               xmlns:ow="http://www.example.org/oceanwatch">
 (05)   &lt;s12:Header>
 (06)     &lt;wsa:Action>
-(07)       http://www.w3.org/2009/02/ws-evt/wrap/GenericSinkPortType/NotifyEvent
+(07)       http://www.w3.org/&wsevt.nsprefix;/ws-evt/wrap/GenericSinkPortType/NotifyEvent
 (08)     &lt;/wsa:Action>
 (09)     . . .
 (10)   &lt;/s12:Header>
@@ -3130,7 +3130,7 @@
      <head>EventDescriptions</head>
      <eg>(01) &lt;wse:EventDescriptions 
 (02)        targetNamepace="http://www.example.org/oceanwatch/notifications"
-(03)        xmlns:wse="http://www.w3.org/2009/02/ws-evt"
+(03)        xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
 (04)        xmlns:ow="http://www.example.org/oceanwatch">
 (05)   &lt;wse:types>
 (06)     &lt;xs:schema targetNamepace="http://www.example.org/oceanwatch">
@@ -3163,7 +3163,7 @@
      </p>
 
      <example>
-      <eg>http://www.w3.org/2009/02/ws-evt/EventDescriptions</eg>
+      <eg>http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions</eg>
      </example>
 
      <p>
@@ -3309,7 +3309,7 @@
      </p>
 
      <example>
-      <eg>http://www.w3.org/2009/02/ws-evt/NotificationWSDL</eg>
+      <eg>http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL</eg>
      </example>
 
      <p>
@@ -3332,12 +3332,12 @@
      When WS-MetadataExchange is used to retrieve metadata about an Event 
      Source, recipients of mex:Metadata elements that contain Metadata 
      Sections with both the 
-     "http://www.w3.org/2009/02/ws-evt/EventDescriptions" and 
-     "http://www.w3.org/2009/02/ws-evt/NotificationWSDL" dialects MUST 
+     "http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions" and 
+     "http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL" dialects MUST 
      regard these Metadata Sections as relating to the same set of Events. 
      In cases where the mex:Metadata element contains multiple 
      Notification WSDLs (i.e. multiple Metadata Sections with a @Dialect 
-     of "http://www.w3.org/2009/02/ws-evt/NotificationWSDL"), recipients MUST 
+     of "http://www.w3.org/&wsevt.nsprefix;/ws-evt/NotificationWSDL"), recipients MUST 
      similarly regard these Notification WSDLs as relating to the same set 
      of Events although their Notification Formats differ. 
     </p>
@@ -3355,7 +3355,7 @@
    </p>
 
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-evt/eventing.xsd'>http://www.w3.org/2009/02/ws-evt/eventing.xsd</loc></eg>
+    <eg><loc href='http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd'>http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd</loc></eg>
    </example>
 
    <p>
@@ -3365,8 +3365,8 @@
 
    <example>
     <eg>&lt;xs:schema 
-  targetNamespace="http://www.w3.org/2009/02/ws-evt" 
-  xmlns:tns="http://www.w3.org/2009/02/ws-evt"
+  targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt" 
+  xmlns:tns="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   elementFormDefault="qualified" 
@@ -3395,7 +3395,7 @@
               minOccurs="0" maxOccurs="unbounded" /&gt;
     &lt;/xs:sequence&gt;
     &lt;xs:attribute name="Name" type="xs:anyURI" use="optional" 
-      default="http://http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Unwrap" /&gt;
+      default="http://http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap" /&gt;
     &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
   &lt;/xs:complexType&gt;
  
@@ -3416,7 +3416,7 @@
               minOccurs="0" maxOccurs="unbounded" /&gt;
     &lt;/xs:sequence&gt;
     &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" 
-      default="http://www.w3.org/2009/02/ws-evt/Dialects/XPath10" /&gt;
+      default="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10" /&gt;
     &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
   &lt;/xs:complexType&gt;
  
@@ -3562,11 +3562,11 @@
   &lt;xs:simpleType name="SubscriptionEndCodeType"&gt;
     &lt;xs:restriction base="xs:anyURI"&gt;
       &lt;xs:enumeration value=
-  "http://www.w3.org/2009/02/ws-evt/DeliveryFailure" /&gt;
+  "http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure" /&gt;
       &lt;xs:enumeration value=
-  "http://www.w3.org/2009/02/ws-evt/SourceShuttingDown" /&gt;
+  "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown" /&gt;
       &lt;xs:enumeration value=
-  "http://www.w3.org/2009/02/ws-evt/SourceCancelling" /&gt;
+  "http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling" /&gt;
     &lt;/xs:restriction&gt;
   &lt;/xs:simpleType&gt;
  
@@ -3610,7 +3610,7 @@
    </p>
 
    <example>
-    <eg><loc href="http://www.w3.org/2009/02/ws-evt/eventing.wsdl">http://www.w3.org/2009/02/ws-evt/eventing.wsdl</loc></eg>
+    <eg><loc href="http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.wsdl">http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.wsdl</loc></eg>
    </example>
 
    <p>
@@ -3620,19 +3620,19 @@
 
    <example>
     <eg>&lt;wsdl:definitions
-  targetNamespace="http://www.w3.org/2009/02/ws-evt"
+  targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
-  xmlns:wse="http://www.w3.org/2009/02/ws-evt" 
+  xmlns:wse="http://www.w3.org/&wsevt.nsprefix;/ws-evt" 
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
   xmlns:xs="http://www.w3.org/2001/XMLSchema" &gt;
 
   &lt;wsdl:types&gt;
     &lt;xs:schema&gt;
        &lt;xs:import
-         namespace="http://www.w3.org/2009/02/ws-evt"
+         namespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
          schemaLocation=
-  "http://www.w3.org/2009/02/ws-evt/eventing.xsd" /&gt;
+  "http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd" /&gt;
     &lt;/xs:schema&gt;
   &lt;/wsdl:types&gt;
   
@@ -3676,10 +3676,10 @@
     &lt;wsdl:operation name="SubscribeOp" &gt;
       &lt;wsdl:input 
         message="wse:SubscribeMsg"
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/Subscribe"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe"/&gt;
       &lt;wsdl:output 
         message="wse:SubscribeResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/SubscribeResponse"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse"/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
   
@@ -3687,7 +3687,7 @@
     &lt;wsdl:operation name="SubscriptionEnd" &gt;
       &lt;wsdl:input 
         message="wse:SubscriptionEnd" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/SubscriptionEnd"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscriptionEnd"/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
   
@@ -3695,33 +3695,33 @@
     &lt;wsdl:operation name="RenewOp" &gt;
       &lt;wsdl:input 
         message="wse:RenewMsg" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/Renew"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew"/&gt;
       &lt;wsdl:output 
         message="wse:RenewResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/RenewResponse"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse"/&gt;
     &lt;/wsdl:operation&gt;
     &lt;wsdl:operation name="GetStatusOp" &gt;
       &lt;wsdl:input 
         message="wse:GetStatusMsg"
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/GetStatus"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus"/&gt;
       &lt;wsdl:output 
         message="wse:GetStatusResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/GetStatusResponse"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse"/&gt;
     &lt;/wsdl:operation&gt;
     &lt;wsdl:operation name="UnsubscribeOp" &gt;
       &lt;wsdl:input 
         message="wse:UnsubscribeMsg" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/Unsubscribe"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe"/&gt;
       &lt;wsdl:output 
         message="wse:UnsubscribeResponseMsg" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse"/&gt;
     &lt;/wsdl:operation&gt;
   &lt;/wsdl:portType&gt;
 
   &lt;portType name="WrappedSinkPortType"&gt;
     &lt;operation name="NotifyEvent"&gt;
       &lt;input message="tns:notifyEvent" name="NotifyEvent" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent"/&gt;
     &lt;/operation&gt;
   &lt;/portType&gt;
 &lt;/wsdl:definitions&gt;</eg>
@@ -3733,7 +3733,7 @@
 
    <p>
     If an Event Subscriber specifies the wrapped event delivery format
-    http://www.w3.org/2009/02/ws-evt/DeliveryFormats/Wrap
+    http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Wrap
     in the Subscribe request message, then the Event Sink MUST implement 
     the following abstract WSDL and the Event Source MUST send the 
     Notification messages wrapped in the element defined in the WSDL. 
@@ -3745,12 +3745,12 @@
   xmlns:xs="http://www.w3.org/2001/XMLSchema" 
   xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
   xmlns:wsa="http://www.w3.org/2005/08/addressing/"
-  xmlns:tns="http://www.w3.org/2009/02/ws-evt" 
-  targetNamespace="http://www.w3.org/2009/02/ws-evt"&gt;
+  xmlns:tns="http://www.w3.org/&wsevt.nsprefix;/ws-evt" 
+  targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"&gt;
   
   &lt;types&gt;
     &lt;xs:schema 
-        targetNamespace="http://www.w3.org/2009/02/ws-evt"&gt;
+        targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"&gt;
 
       &lt;xs:complexType name="EventType" mixed="true"&gt; 
         &lt;xs:sequence&gt; 
@@ -3772,7 +3772,7 @@
   &lt;portType name="WrappedSinkPortType"&gt;
     &lt;operation name="NotifyEvent"&gt;
       &lt;input message="tns:notifyEvent" name="NotifyEvent" 
-        wsam:Action="http://www.w3.org/2009/02/ws-evt/WrappedSinkPortType/NotifyEvent"/&gt;
+        wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent"/&gt;
     &lt;/operation&gt;
   &lt;/portType&gt;
 &lt;/definitions&gt;</eg>
@@ -3790,7 +3790,7 @@
    </p>
 
    <example>
-    <eg><loc href='http://www.w3.org/2009/02/ws-evt/EventDescriptions.xsd'>http://www.w3.org/2009/02/ws-evt/EventDescriptions.xsd</loc></eg>
+    <eg><loc href='http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions.xsd'>http://www.w3.org/&wsevt.nsprefix;/ws-evt/EventDescriptions.xsd</loc></eg>
    </example>
 
    <p>
@@ -3800,7 +3800,7 @@
 
    <example>
     <eg>&lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-           targetNamespace="http://www.w3.org/2009/02/ws-evt"
+           targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"
            elementFormDefault="qualified" attributeFormDefault="unqualified">
   &lt;xs:element name="EventDescriptions">
     &lt;xs:complexType>

Received on Monday, 28 September 2009 12:20:49 UTC