- 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-enu In directory hutz:/tmp/cvs-serv21160/ws-enu Modified Files: enumeration.xsd Log Message: 9702 Index: enumeration.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.xsd,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- enumeration.xsd 10 Mar 2010 05:34:59 -0000 1.17 +++ enumeration.xsd 13 May 2010 20:10:18 -0000 1.18 @@ -50,9 +50,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> @@ -305,6 +303,8 @@ <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='MaxTime' type='tns:Duration' minOccurs='0'/> <xs:element name='MaxElements' type='tns:Long' minOccurs='0'/>
Received on Thursday, 13 May 2010 20:10:22 UTC