Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv9614

Modified Files:
        datatypes.xml 
Log Message:
'name' elements _are_ supported, so use it as an example


See also: http://cvs.mmbase.org/viewcvs/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- datatypes.xml       24 Apr 2009 15:06:07 -0000      1.82
+++ datatypes.xml       27 Apr 2009 16:15:25 -0000      1.83
@@ -4,11 +4,12 @@
     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.82 2009/04/24 15:06:07 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.83 2009/04/27 16:15:25 michiel Exp $ -->
 
   <!--
   schematic syntax of one datatype entry:
   datatype
+    name*
     description*
     class?
     property*
@@ -68,6 +69,8 @@
 
 
   <datatype id="string">
+    <name xml:lang="en">Text</name>
+    <name xml:lang="nl">Tekst</name>
     <description xml:lang="en">
       String fields contain text.
     </description>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to