- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Sep 2009 11:57:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas In directory hutz:/tmp/cvs-serv13961/WebContent/WEB-INF/resources/schemas Modified Files: tasklist.xsd Log Message: new test condition "parameter" + new task: "Custom Task" + renamed new-tasklist.xml -> tasklist.xml Index: tasklist.xsd =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/tasklist.xsd,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- tasklist.xsd 2 Sep 2009 15:45:43 -0000 1.4 +++ tasklist.xsd 16 Sep 2009 11:57:25 -0000 1.5 @@ -47,13 +47,23 @@ </xs:simpleContent> </xs:complexType> <xs:complexType name="condType"> - <xs:sequence> - <xs:element name="value" type="xs:string" minOccurs="1" maxOccurs="1" /> - </xs:sequence> - <xs:attribute type="xs:string" name="id" use="optional"/> - <xs:attribute type="xs:string" name="result" use="optional"/> - <xs:attribute type="xs:NCName" name="observer" use="optional"/> - <xs:attribute type="xs:string" name="type" use="optional"/> + <xs:sequence> + <xs:element name="value" type="xs:string" minOccurs="1" + maxOccurs="1" /> + </xs:sequence> + <xs:attribute type="xs:string" name="id" use="optional" /> + <xs:attribute type="xs:string" name="result" use="optional" /> + <xs:attribute type="xs:NCName" name="observer" use="optional" /> + <xs:attribute name="type" use="optional"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="parameter"></xs:enumeration> + <xs:enumeration value="xpath"></xs:enumeration> + <xs:enumeration value="mimetype"></xs:enumeration> + </xs:restriction> + </xs:simpleType> + </xs:attribute> + <xs:attribute name="parameter" type="xs:string" use="optional"></xs:attribute> </xs:complexType> <xs:complexType name="routineType"> <xs:sequence maxOccurs="unbounded">
Received on Wednesday, 16 September 2009 11:57:41 UTC