- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 May 2010 20:10:20 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt In directory hutz:/tmp/cvs-serv21160/ws-evt Modified Files: eventing.xsd Log Message: 9702 Index: eventing.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- eventing.xsd 12 May 2010 16:12:39 -0000 1.25 +++ eventing.xsd 13 May 2010 20:10:18 -0000 1.26 @@ -54,9 +54,7 @@ <xs:complexType name='ExpirationType'> <xs:simpleContent> <xs:extension base='tns:MiniExpirationType'> - <xs:attribute name='min' type='tns:DurationDateTime' use='optional'/> - <xs:attribute name='max' type='tns:DurationDateTime' use='optional'/> - <xs:attribute name='exact' type='xs:boolean' use='optional'/> + <xs:attribute name='BestEffort' type='xs:boolean' use='optional'/> <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:extension> </xs:simpleContent> @@ -280,7 +278,6 @@ <xs:element name='EventSource'> <xs:complexType> <xs:sequence> - <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/> <xs:element name='FilterDialect' minOccurs='0' maxOccurs='unbounded'> <xs:complexType> <xs:sequence> @@ -291,7 +288,6 @@ <xs:anyAttribute namespace="##other" processContents='lax'/> </xs:complexType> </xs:element> - <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/> <xs:element name='FormatName' minOccurs='0' maxOccurs='unbounded'> <xs:complexType> <xs:sequence> @@ -302,6 +298,9 @@ <xs:anyAttribute namespace="##other" processContents='lax'/> </xs:complexType> </xs:element> + <xs:element name='ExpiresSupported' type='tns:Empty' minOccurs='0'/> + <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/> + <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/> <xs:element name='EndToSupported' type='tns:Empty' minOccurs='0'/> <xs:element name='NotificationPolicy' type='tns:NotificationPolicy' minOccurs='0'/> @@ -315,6 +314,7 @@ <xs:element name='SubscriptionManager'> <xs:complexType> <xs:sequence> + <xs:element name='ExpiresSupported' type='tns:Empty' minOccurs='0'/> <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/> <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/> <xs:any namespace='##other' processContents='lax' minOccurs='0'
Received on Thursday, 13 May 2010 20:10:22 UTC