- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 May 2009 13:26:22 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv10251
Modified Files:
wseventing.html wseventing.xml
Log Message:
6850
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- wseventing.xml 13 May 2009 13:20:09 -0000 1.40
+++ wseventing.xml 13 May 2009 13:26:20 -0000 1.41
@@ -765,11 +765,6 @@
is addressable by an EPR (see <bibref ref="AddrCore"></bibref>).
</p>
- <p>
- SOAP is not a requirement for using the constructs defined in
- this specification.
- </p>
-
</div2>
</div1>
@@ -3171,15 +3166,15 @@
<xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" />
</xs:simpleType>
- <!-- RetryAfter Fault Detail Element -->
- <xs:element name="RetryAfter" type="tns:RetryAfterType"/>
- <xs:complexType name="RetryAfterType">
- <xs:simpleContent>
- <xs:extension base="xs:nonNegativeInteger">
- <xs:anyAttribute namespace="##other" processContents="lax" />
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
+ <!-- RetryAfter Fault Detail Element -->
+ <xs:element name="RetryAfter" type="tns:RetryAfterType"/>
+ <xs:complexType name="RetryAfterType">
+ <xs:simpleContent>
+ <xs:extension base="xs:nonNegativeInteger">
+ <xs:anyAttribute namespace="##other" processContents="lax" />
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
<xs:attribute name="EventSource" type="xs:boolean" />
</xs:schema> </eg>
@@ -3485,6 +3480,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6472">6472</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/05/13 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6850">6850</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- wseventing.html 13 May 2009 13:20:09 -0000 1.48
+++ wseventing.html 13 May 2009 13:26:20 -0000 1.49
@@ -428,9 +428,6 @@
</p><p>
All messages defined by this specification MUST be sent to a Web service that
is addressable by an EPR (see <a href="#AddrCore">[WS-Addressing]</a>).
- </p><p>
- SOAP is not a requirement for using the constructs defined in
- this specification.
</p></div></div><div class="div1">
<h2><a name="SubMsgs" id="SubMsgs"/>4 Subscription Messages</h2><p>
To create, renew, and delete subscriptions, subscribers send
@@ -1858,15 +1855,15 @@
<xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" />
</xs:simpleType>
- <!-- RetryAfter Fault Detail Element -->
- <xs:element name="RetryAfter" type="tns:RetryAfterType"/>
- <xs:complexType name="RetryAfterType">
- <xs:simpleContent>
- <xs:extension base="xs:nonNegativeInteger">
- <xs:anyAttribute namespace="##other" processContents="lax" />
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
+ <!-- RetryAfter Fault Detail Element -->
+ <xs:element name="RetryAfter" type="tns:RetryAfterType"/>
+ <xs:complexType name="RetryAfterType">
+ <xs:simpleContent>
+ <xs:extension base="xs:nonNegativeInteger">
+ <xs:anyAttribute namespace="##other" processContents="lax" />
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
<xs:attribute name="EventSource" type="xs:boolean" />
</xs:schema> </pre></div></div></div><div class="div1">
@@ -1995,4 +1992,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6739">6739</a></td></tr><tr><td> 2009/04/28 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6787">6787</a></td></tr><tr><td> 2009/04/28 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6788">6788</a></td></tr><tr><td> 2009/05/13 </td><td> KW </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6472">6472</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6472">6472</a></td></tr><tr><td> 2009/05/13 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6850">6850</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 13 May 2009 13:26:31 UTC