Update of /var/cvs/contributions/didactor2/src/core/config In directory james.mmbase.org:/tmp/cvs-serv15048/core/config
Modified Files: datatypes.xml Log Message: 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.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- datatypes.xml 8 Aug 2008 13:05:59 -0000 1.10 +++ datatypes.xml 2 Jan 2009 09:36:10 -0000 1.11 @@ -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.10 2008/08/08 13:05:59 michiel Exp $ + <!-- @version $Id: datatypes.xml,v 1.11 2009/01/02 09:36:10 michiel Exp $ These are didactor specific datatypes. @@ -20,12 +20,17 @@ <class name="nl.didactor.datatypes.Education" /> </datatype> + <datatype id="didactor_learnblocks_intro" base="field"> + <maxLength value="65535" enforce="never"/> + </datatype> + <datatype id="didactor_people_lastname" base="line"> <class name="nl.didactor.datatypes.UserName" /> <!-- this makes sure that some values are 'disallowed' --> <required value="true" /> <!-- Having a last name is required --> <maxLength value="255" /> </datatype> + <datatype id="didactor_people_email" base="internetaddress"> <required value="false" /> <maxLength value="1024" /> _______________________________________________ Cvs mailing list Cvs@lists.mmbase.org http://lists.mmbase.org/mailman/listinfo/cvs