- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Aug 2009 01:46:10 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt
In directory hutz:/tmp/cvs-serv26151/ws-evt
Modified Files:
eventing.xsd
Log Message:
forgot to check this in
Index: eventing.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- eventing.xsd 7 Jul 2009 22:00:46 -0000 1.13
+++ eventing.xsd 2 Aug 2009 01:46:08 -0000 1.14
@@ -20,8 +20,6 @@
<xs:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
- <xs:attribute name="Mode" type="xs:anyURI" use="optional"
- default="http://http://www.w3.org/2009/02/ws-evt/DeliveryModes/Push" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
@@ -104,9 +102,6 @@
<!-- Used in a fault if there's an unsupported dialect -->
<xs:element name="SupportedDialect" type="xs:anyURI" />
- <!-- Used in a fault if there's an unsupported delivery mode -->
- <xs:element name="SupportedDeliveryMode" type="xs:anyURI" />
-
<!-- Used in a fault if there's an unsupported format name -->
<xs:element name="SupportedDeliveryFormat" type="xs:anyURI" />
Received on Sunday, 2 August 2009 01:46:20 UTC