Update of /var/cvs/contributions/didactor2/src/core/config
In directory james.mmbase.org:/tmp/cvs-serv32065

Modified Files:
        datatypes.xml 
Log Message:
added some didactor specific 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.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- datatypes.xml       4 Mar 2008 14:17:54 -0000       1.4
+++ datatypes.xml       28 Mar 2008 10:25:07 -0000      1.5
@@ -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.4 2008/03/04 14:17:54 michiel Exp $
+  <!-- @version $Id: datatypes.xml,v 1.5 2008/03/28 10:25:07 michiel Exp $
 
   These are didactor specific datatypes.
 
@@ -83,6 +83,32 @@
     </enumeration>
   </datatype>
 
+  <datatype base="integer" id="didactor_impageposition">
+    <description>
+      Indicates how an image must be formatted?
+    </description>
+    <default value="0" />
+    <required value="true" />
+    <enumeration>
+      <entry value="0" xml:lang="nl" display="Boven" />
+      <entry value="0" xml:lang="en" display="Above" />
+      <entry value="1" xml:lang="nl" display="Onder" />
+      <entry value="1" xml:lang="en" display="Under" />
+      <entry value="2" xml:lang="nl" display="Naast" />
+      <entry value="2" xml:lang="en" display="Next to" />
+    </enumeration>
+  </datatype>
+
+  <datatype base="integer" id="didactor_flashortext">
+    <default value="1" />
+    <enumeration>
+      <entry value="0" xml:lang="nl" display="Tekst" />
+      <entry value="0" xml:lang="en" display="Text" />
+      <entry value="1" xml:lang="nl" display="Flash" />
+      <entry value="1" xml:lang="en" display="Flash" />
+    </enumeration>
+  </datatype>
+
   <datatype base="integer" id="didactor_openquestions_type_of_score">
     <description>
     </description>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to