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

Modified Files:
      Tag: MMBase-1_8
        datatypes.xml 
Log Message:
added some explicit length values


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


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.45.2.14
retrieving revision 1.45.2.15
diff -u -b -r1.45.2.14 -r1.45.2.15
--- datatypes.xml       11 Aug 2008 13:28:59 -0000      1.45.2.14
+++ datatypes.xml       24 Mar 2009 10:07:36 -0000      1.45.2.15
@@ -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.45.2.14 2008/08/11 13:28:59 michiel Exp 
$ -->
+  <!-- @version $Id: datatypes.xml,v 1.45.2.15 2009/03/24 10:07:36 michiel Exp 
$ -->
 
   <!--
   schematic syntax of one datatype entry:
@@ -155,7 +155,7 @@
       </description>
       <pattern value="(?i)\A[0-9]{4}\s*[A-Z]{2}\z">
         <description xml:lang="nl">Ongeldige postcode. Een geldige postcode is 
bijv. 1234 AB.</description>
-        <description xml:lang="en">Invalide zipcode. A valid dutch zip code is 
e.g. 1234 AB.</description>
+        <description xml:lang="en">Invalid zip code. A valid dutch zip code is 
e.g. 1234 AB.</description>
       </pattern>
       <setprocessor>
         <class name="org.mmbase.util.transformers.UpperCaser" />
@@ -331,6 +331,7 @@
       <description xml:lang="en">
         ISO 639 language 2-letter codes (sorted alphabeticly on the name of 
the language in the current locale)
       </description>
+      <maxLength value="12" />
       <pattern value="\A..\z" />
       <enumeration>
         <!-- ValueWrapper ensures that the enumeration is presented sorted on 
_value_ -->
@@ -343,6 +344,7 @@
       <description xml:lang="en">
         ISO 3166 language 2-country codes
       </description>
+      <maxLength value="32" />
       <pattern value="\A..\z" />
       <enumeration>
         <!-- ValueWrapper ensures that the enumeration is presented sorted on 
_value_ -->
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to