- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Oct 2009 16:44:51 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu
In directory hutz:/tmp/cvs-serv15616
Modified Files:
enumeration.xsd
Log Message:
forgot a type
Index: enumeration.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- enumeration.xsd 6 Oct 2009 16:40:20 -0000 1.9
+++ enumeration.xsd 6 Oct 2009 16:44:49 -0000 1.10
@@ -35,6 +35,10 @@
</xs:restriction>
</xs:simpleType>
+ <xs:simpleType name="DurationDateTime">
+ <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" />
+ </xs:simpleType>
+
<xs:complexType name="MiniExpirationType">
<xs:simpleContent>
<xs:extension base="tns:DurationDateTime">
Received on Tuesday, 6 October 2009 16:44:53 UTC