- 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/ws-evt
In directory hutz:/tmp/cvs-serv16015/ws-evt
Modified Files:
eventing.xsd
Log Message:
Fix format - make sure its optional
Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- eventing.xsd 13 May 2009 13:39:51 -0000 1.10
+++ eventing.xsd 19 May 2009 20:52:37 -0000 1.11
@@ -74,7 +74,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:51 UTC