Author: michiel Date: 2009-05-18 13:40:49 +0200 (Mon, 18 May 2009) New Revision: 35246
Modified: mmbase/trunk/applications/cloudcontext/config/builders/cloudcontext/mmbaseranks.xml Log: it seems obvious that the 'rank' is not null Modified: mmbase/trunk/applications/cloudcontext/config/builders/cloudcontext/mmbaseranks.xml =================================================================== --- mmbase/trunk/applications/cloudcontext/config/builders/cloudcontext/mmbaseranks.xml 2009-05-18 11:34:01 UTC (rev 35245) +++ mmbase/trunk/applications/cloudcontext/config/builders/cloudcontext/mmbaseranks.xml 2009-05-18 11:40:49 UTC (rev 35246) @@ -1,9 +1,9 @@ <?xml version="1.0" ?> -<builder +<builder xmlns="http://www.mmbase.org/xmlns/builder" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.mmbase.org/xmlns/builder - http://www.mmbase.org/xmlns/builder.xsd" + xsi:schemaLocation="http://www.mmbase.org/xmlns/builder + http://www.mmbase.org/xmlns/builder.xsd" name="mmbaseranks" maintainer="www.mmbase.org" version="0" extends="object" defaultcontextintypedef="security" > @@ -35,7 +35,9 @@ <list>2</list> </positions> </editor> - <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes" /> + <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes"> + <required value="true" /> + </datatype> </field> <field name="name"> <gui> _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
