- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Feb 2010 18:11:31 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv21245
Modified Files:
wsenum.html wsenum.xml wseventing.html wseventing.xml
Log Message:
8901
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- wseventing.xml 6 Feb 2010 00:55:27 -0000 1.151
+++ wseventing.xml 8 Feb 2010 18:11:29 -0000 1.152
@@ -3556,6 +3556,7 @@
<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:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- wseventing.html 6 Feb 2010 00:55:27 -0000 1.157
+++ wseventing.html 8 Feb 2010 18:11:29 -0000 1.158
@@ -2040,6 +2040,7 @@
<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:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- wsenum.html 6 Feb 2010 00:55:16 -0000 1.110
+++ wsenum.html 8 Feb 2010 18:11:29 -0000 1.111
@@ -1577,6 +1577,7 @@
<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:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- wsenum.xml 6 Feb 2010 00:55:16 -0000 1.103
+++ wsenum.xml 8 Feb 2010 18:11:29 -0000 1.104
@@ -2883,6 +2883,7 @@
<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:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
Received on Monday, 8 February 2010 18:11:33 UTC