- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Aug 2009 18:59:58 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas
In directory hutz:/tmp/cvs-serv26310/WebContent/WEB-INF/resources/schemas
Modified Files:
Tag: dev2
Task.rdfs tasklist.xsd
Log Message:
added dropdownlist to the param types
Index: Task.rdfs
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/Attic/Task.rdfs,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Task.rdfs 11 Aug 2009 16:05:30 -0000 1.1.2.1
+++ Task.rdfs 19 Aug 2009 18:59:55 -0000 1.1.2.2
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE owl [
<!ENTITY ucn "http://www.w3.org/unicorn">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns">
Index: tasklist.xsd
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/schemas/Attic/tasklist.xsd,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- tasklist.xsd 17 Aug 2009 18:15:09 -0000 1.1.2.4
+++ tasklist.xsd 19 Aug 2009 18:59:55 -0000 1.1.2.5
@@ -125,6 +125,7 @@
<xs:enumeration value="checkbox"/>
<xs:enumeration value="checkboxlist"/>
<xs:enumeration value="dropdown"/>
+ <xs:enumeration value="dropdownlist"/>
<xs:enumeration value="textarea"/>
<xs:enumeration value="textfield"/>
<xs:enumeration value="radio"/>
Received on Wednesday, 19 August 2009 19:00:09 UTC