WWW/2002/ws/ra/edcopies wseventing.html,1.61,1.62 wseventing.xml,1.52,1.53

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

Modified Files:
	wseventing.html wseventing.xml 
Log Message:
7039


Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- wseventing.xml	26 Jun 2009 13:37:17 -0000	1.52
+++ wseventing.xml	7 Jul 2009 22:00:46 -0000	1.53
@@ -852,10 +852,7 @@
        <p>
         Note, subscribers wishing to correlate SubscriptionEnd messages with 
         the subscription to which they apply MAY wish to add a 
-        distinguishing reference parameter to the EndTo EPR. For convenience 
-        in this common situation, this specification defines a global 
-        element, wse:Identifier of type xs:anyURI, that
-        MAY be used as a distinguishing reference parameter.
+        distinguishing reference parameter to the EndTo EPR. 
        </p>
       </def>
      </gitem>
@@ -1156,10 +1153,7 @@
         In some cases, it is convenient for all EPRs issued by a
         single event source to address a single Web service and use a
         reference parameter to distinguish among the active
-        subscriptions. For convenience in this common situation, this
-        specification defines a global element, wse:Identifier of
-        type xs:anyURI, that MAY be used as a distinguishing
-        reference parameter if desired by the event source.
+        subscriptions. 
        </p>
       </def>
      </gitem>
@@ -1310,9 +1304,9 @@
 (23)           http://www.example.org/oceanwatch/SubscriptionManager
 (24)         &lt;/wsa:Address&gt;
 (25)         &lt;wsa:ReferenceParameters&gt;
-(26)           &lt;wse:Identifier&gt;
+(26)           &lt;x:SubID xmlns:x="http://example.com"&gt;
 (27)             uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(28)           &lt;/wse:Identifier&gt;
+(28)           &lt;/x:SubID&gt;
 (29)         &lt;/wsa:ReferenceParameters&gt;
 (30)       &lt;/wse:SubscriptionManager&gt;
 (31)       &lt;wse:Expires&gt;2004-07-01T00:00:00.000-00:00&lt;/wse:Expires&gt;
@@ -1330,8 +1324,10 @@
      sent to the event sink indicated in lines (13-18) of 
      <specref ref="Table4"/>. Lines (21-30) provide the address of the
      subscription manager for this subscription; note that this
-     particular response uses the global wse:Identifier element
-     defined by this specification. Finally, line (31) indicates the
+     particular response uses the x:SubID element as a reference 
+     parameter to distinguish
+     this subscription EPR from other subscription EPRs.
+     Finally, line (31) indicates the
      subscription will expire on 1 July 2004 unless renewed; there is
      no requirement that this time be necessarily longer or shorter
      than the requested expiration (line (41) of 
@@ -1444,9 +1440,9 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
+(19)     &lt;x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(21)     &lt;/wse:Identifier&gt;
+(21)     &lt;/x:SubID&gt;
 (22)   &lt;/s12:Header&gt;
 (23)   &lt;s12:Body&gt;
 (24)     &lt;wse:Renew&gt;
@@ -1576,9 +1572,9 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
+(19)     &lt;x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(21)     &lt;/wse:Identifier&gt;
+(21)     &lt;/x:SubID&gt;
 (22)   &lt;/s12:Header&gt;
 (23)   &lt;s12:Body&gt;
 (24)     &lt;wse:GetStatus /&gt;
@@ -1708,9 +1704,9 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
+(19)     &lt;x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(21)     &lt;/wse:Identifier&gt;
+(21)     &lt;/x:SubID&gt;
 (22)   &lt;/s12:Header&gt;
 (23)   &lt;s12:Body&gt;
 (24)     &lt;wse:Unsubscribe /&gt;
@@ -3098,8 +3094,6 @@
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
-  &lt;xs:element name="Identifier" type="xs:anyURI" /&gt;
- 
   &lt;!-- Subscribe response --&gt;
   &lt;xs:element name="SubscribeResponse"&gt;
     &lt;xs:complexType&gt;
@@ -3678,6 +3672,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/07/07 </td>
+      <td> DD </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7039">7039</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- wseventing.html	7 Jul 2009 12:40:45 -0000	1.61
+++ wseventing.html	7 Jul 2009 22:00:46 -0000	1.62
@@ -489,10 +489,7 @@
        </p><p>
         Note, subscribers wishing to correlate SubscriptionEnd messages with 
         the subscription to which they apply MAY wish to add a 
-        distinguishing reference parameter to the EndTo EPR. For convenience 
-        in this common situation, this specification defines a global 
-        element, wse:Identifier of type xs:anyURI, that
-        MAY be used as a distinguishing reference parameter.
+        distinguishing reference parameter to the EndTo EPR. 
        </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Delivery </dt><dd><p>
         A delivery destination for notification messages, using
         some delivery mode. See <a href="#DeliveryModes"><b>2.2 Delivery Modes</b></a>
@@ -654,10 +651,7 @@
         In some cases, it is convenient for all EPRs issued by a
         single event source to address a single Web service and use a
         reference parameter to distinguish among the active
-        subscriptions. For convenience in this common situation, this
-        specification defines a global element, wse:Identifier of
-        type xs:anyURI, that MAY be used as a distinguishing
-        reference parameter if desired by the event source.
+        subscriptions. 
        </p></dd><dt class="label"><b>[Body]</b>/wse:SubscribeResponse/wse:Expires </dt><dd><p>
         The expiration time assigned by the event source. The
         expiration time MAY be either an absolute time or a duration
@@ -771,9 +765,9 @@
 (23)           http://www.example.org/oceanwatch/SubscriptionManager
 (24)         &lt;/wsa:Address&gt;
 (25)         &lt;wsa:ReferenceParameters&gt;
-(26)           &lt;wse:Identifier&gt;
+(26)           &lt;x:SubID xmlns:x="http://example.com"&gt;
 (27)             uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(28)           &lt;/wse:Identifier&gt;
+(28)           &lt;/x:SubID&gt;
 (29)         &lt;/wsa:ReferenceParameters&gt;
 (30)       &lt;/wse:SubscriptionManager&gt;
 (31)       &lt;wse:Expires&gt;2004-07-01T00:00:00.000-00:00&lt;/wse:Expires&gt;
@@ -788,8 +782,10 @@
      sent to the event sink indicated in lines (13-18) of 
      <a href="#Table4">Example 4-1</a>. Lines (21-30) provide the address of the
      subscription manager for this subscription; note that this
-     particular response uses the global wse:Identifier element
-     defined by this specification. Finally, line (31) indicates the
+     particular response uses the x:SubID element as a reference 
+     parameter to distinguish
+     this subscription EPR from other subscription EPRs.
+     Finally, line (31) indicates the
      subscription will expire on 1 July 2004 unless renewed; there is
      no requirement that this time be necessarily longer or shorter
      than the requested expiration (line (41) of 
@@ -862,9 +858,9 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
+(19)     &lt;x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(21)     &lt;/wse:Identifier&gt;
+(21)     &lt;/x:SubID&gt;
 (22)   &lt;/s12:Header&gt;
 (23)   &lt;s12:Body&gt;
 (24)     &lt;wse:Renew&gt;
@@ -957,9 +953,9 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
+(19)     &lt;x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(21)     &lt;/wse:Identifier&gt;
+(21)     &lt;/x:SubID&gt;
 (22)   &lt;/s12:Header&gt;
 (23)   &lt;s12:Body&gt;
 (24)     &lt;wse:GetStatus /&gt;
@@ -1050,9 +1046,9 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
+(19)     &lt;x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(21)     &lt;/wse:Identifier&gt;
+(21)     &lt;/x:SubID&gt;
 (22)   &lt;/s12:Header&gt;
 (23)   &lt;s12:Body&gt;
 (24)     &lt;wse:Unsubscribe /&gt;
@@ -1754,8 +1750,6 @@
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
  
-  &lt;xs:element name="Identifier" type="xs:anyURI" /&gt;
- 
   &lt;!-- Subscribe response --&gt;
   &lt;xs:element name="SubscribeResponse"&gt;
     &lt;xs:complexType&gt;
@@ -2093,4 +2087,5 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6955">6955</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6916">6916</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue 
-       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</a></td></tr></tbody></table></div></div></body></html>
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</a></td></tr><tr><td> 2009/07/07 </td><td> DD </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7039">7039</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Tuesday, 7 July 2009 22:11:10 UTC