- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 May 2009 20:52:39 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv16015
Modified Files:
wseventing.html wseventing.xml
Log Message:
Fix format - make sure its optional
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- wseventing.xml 13 May 2009 13:44:53 -0000 1.42
+++ wseventing.xml 19 May 2009 20:52:37 -0000 1.43
@@ -819,7 +819,7 @@
<wse:Subscribe ...>
<wse:EndTo> <emph>endpoint-reference</emph> </wse:EndTo> ?
<wse:Delivery Mode="<emph>xs:anyURI</emph>"? ...> <emph>xs:any</emph>* </wse:Delivery>
- <wse:Format Name="<emph>xs:anyURI</emph>"? > <emph>xs:any</emph>* </wse:Format>
+ <wse:Format Name="<emph>xs:anyURI</emph>"? > <emph>xs:any</emph>* </wse:Format> ?
<wse:Expires> (<emph>xs:dateTime</emph> | <emph>xs:duration</emph>) </wse:Expires> ?
<wse:Filter Dialect="<emph>xs:anyURI</emph>"? ...> <emph>xs:any</emph>* </wse:Filter> ?
<emph>xs:any</emph>*
@@ -907,7 +907,8 @@
<label> <kw>[Body]</kw>/wse:Subscribe/wse:Format </label>
<def>
<p>
- The delivery format to be used for notification messages sent in
+ 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
indicates that unwraped delivery should be used. See
@@ -3075,7 +3076,8 @@
<xs:element name="EndTo" type="wsa:EndpointReferenceType"
minOccurs="0" />
<xs:element name="Delivery" type="tns:DeliveryType" />
- <xs:element name="Format" type="tns:FormatType" />
+ <xs:element name="Format" type="tns:FormatType"
+ minOccurs="0" />
<xs:element name="Expires" type="tns:ExpirationType"
minOccurs="0" />
<xs:element name="Filter" type="tns:FilterType"
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- wseventing.html 13 May 2009 13:44:53 -0000 1.50
+++ wseventing.html 19 May 2009 20:52:37 -0000 1.51
@@ -467,7 +467,7 @@
<wse:Subscribe ...>
<wse:EndTo> <em>endpoint-reference</em> </wse:EndTo> ?
<wse:Delivery Mode="<em>xs:anyURI</em>"? ...> <em>xs:any</em>* </wse:Delivery>
- <wse:Format Name="<em>xs:anyURI</em>"? > <em>xs:any</em>* </wse:Format>
+ <wse:Format Name="<em>xs:anyURI</em>"? > <em>xs:any</em>* </wse:Format> ?
<wse:Expires> (<em>xs:dateTime</em> | <em>xs:duration</em>) </wse:Expires> ?
<wse:Filter Dialect="<em>xs:anyURI</em>"? ...> <em>xs:any</em>* </wse:Filter> ?
<em>xs:any</em>*
@@ -514,7 +514,8 @@
to which notification messages should be sent. The value of this
element is not constrained for other delivery modes.
</p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Format </dt><dd><p>
- The delivery format to be used for notification messages sent in
+ 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
indicates that unwraped delivery should be used. See
@@ -1732,7 +1733,8 @@
<xs:element name="EndTo" type="wsa:EndpointReferenceType"
minOccurs="0" />
<xs:element name="Delivery" type="tns:DeliveryType" />
- <xs:element name="Format" type="tns:FormatType" />
+ <xs:element name="Format" type="tns:FormatType"
+ minOccurs="0" />
<xs:element name="Expires" type="tns:ExpirationType"
minOccurs="0" />
<xs:element name="Filter" type="tns:FilterType"
Received on Tuesday, 19 May 2009 20:52:48 UTC