Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv30790
Modified Files:
datatypes.xml
Log Message:
resolved warning in log about incorrect order in xml
See also: http://cvs.mmbase.org/viewcvs/config
Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- datatypes.xml 1 Dec 2008 20:01:21 -0000 1.76
+++ datatypes.xml 9 Dec 2008 11:28:54 -0000 1.77
@@ -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.76 2008/12/01 20:01:21 michiel Exp $ -->
+ <!-- @version $Id: datatypes.xml,v 1.77 2008/12/09 11:28:54 michiel Exp $ -->
<!--
schematic syntax of one datatype entry:
@@ -17,6 +17,8 @@
required?
minInclusive|minExclusive?
maxInclusive|maxExclusive?
+ precision?
+ scale?
minLength?
maxLength?
length?
@@ -866,9 +868,10 @@
<specialization id="currency">
+ <property name="roundingMode" value="HALF_UP" />
<precision value="20" />
<scale value="5" enforce="never" />
- <property name="roundingMode" value="HALF_UP" />
+
<!--
Need a getprocessor to round to scale 2 for displaying.
-->
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs