Update of /var/cvs/contributions/didactor2/src/core/config
In directory james.mmbase.org:/tmp/cvs-serv5032
Modified Files:
datatypes.xml
Log Message:
some didactorframwork related datatypes
See also: http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/config
Index: datatypes.xml
===================================================================
RCS file: /var/cvs/contributions/didactor2/src/core/config/datatypes.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- datatypes.xml 26 Jun 2008 15:29:28 -0000 1.9
+++ datatypes.xml 8 Aug 2008 13:05:59 -0000 1.10
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes
http://www.mmbase.org/xmlns/datatypes.xsd">
- <!-- @version $Id: datatypes.xml,v 1.9 2008/06/26 15:29:28 michiel Exp $
+ <!-- @version $Id: datatypes.xml,v 1.10 2008/08/08 13:05:59 michiel Exp $
These are didactor specific datatypes.
@@ -158,4 +158,25 @@
</enumeration>
</datatype>
+
+ <datatype base="eline" id="didactor_bars">
+ <default value="provider" />
+ <required value="true" />
+ <enumeration>
+ <entry value="provider" />
+ <entry value="education" />
+ <entry value="application" />
+ </enumeration>
+ </datatype>
+
+ <datatype base="eline" id="didactor_nodeproviders">
+ <default value="education" />
+ <required value="true" />
+ <enumeration>
+ <entry value="provider" />
+ <entry value="education" />
+ <entry value="people" />
+ </enumeration>
+ </datatype>
+
</datatypes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs