- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Sep 2008 14:34:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/resources/schemas
In directory hutz:/tmp/cvs-serv3524/resources/schemas
Modified Files:
tasklist-schema.xsd
Log Message:
new schema
Index: tasklist-schema.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/resources/schemas/tasklist-schema.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tasklist-schema.xsd 27 Aug 2008 07:56:48 -0000 1.1
+++ tasklist-schema.xsd 3 Sep 2008 14:34:15 -0000 1.2
@@ -67,7 +67,7 @@
<xs:attribute type="xs:string" name="type" use="optional"/>
</xs:complexType>
<xs:complexType name="routineType">
- <xs:sequence>
+ <xs:sequence maxOccurs="unbounded">
<xs:element type="tas:ifType" name="if" maxOccurs="unbounded" minOccurs="0" xmlns:tas="http://www.w3.org/unicorn/tasklist"/>
<xs:element type="tas:execType" name="exec" maxOccurs="unbounded" minOccurs="0" xmlns:tas="http://www.w3.org/unicorn/tasklist"/>
</xs:sequence>
Received on Wednesday, 3 September 2008 14:34:51 UTC