[OFBiz] SVN: r7776 - trunk/framework/widget/dtd

jonesde@svn.ofbiz.org jonesde at svn.ofbiz.org
Mon Jun 12 16:34:29 CDT 2006


Author: jonesde
Date: 2006-06-12 16:34:25 -0500 (Mon, 12 Jun 2006)
New Revision: 7776

Modified:
   trunk/framework/widget/dtd/widget-form.xsd
   trunk/framework/widget/dtd/widget-menu.xsd
   trunk/framework/widget/dtd/widget-screen.xsd
   trunk/framework/widget/dtd/widget-tree.xsd
Log:
Added some more BigDecimal stuff

Modified: trunk/framework/widget/dtd/widget-form.xsd
===================================================================
--- trunk/framework/widget/dtd/widget-form.xsd	2006-06-12 21:17:47 UTC (rev 7775)
+++ trunk/framework/widget/dtd/widget-form.xsd	2006-06-12 21:34:25 UTC (rev 7776)
@@ -1046,6 +1046,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>

Modified: trunk/framework/widget/dtd/widget-menu.xsd
===================================================================
--- trunk/framework/widget/dtd/widget-menu.xsd	2006-06-12 21:17:47 UTC (rev 7775)
+++ trunk/framework/widget/dtd/widget-menu.xsd	2006-06-12 21:34:25 UTC (rev 7776)
@@ -276,6 +276,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>
@@ -475,6 +476,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>
@@ -515,6 +517,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>

Modified: trunk/framework/widget/dtd/widget-screen.xsd
===================================================================
--- trunk/framework/widget/dtd/widget-screen.xsd	2006-06-12 21:17:47 UTC (rev 7775)
+++ trunk/framework/widget/dtd/widget-screen.xsd	2006-06-12 21:34:25 UTC (rev 7776)
@@ -197,6 +197,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>
@@ -237,6 +238,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>
@@ -301,6 +303,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>

Modified: trunk/framework/widget/dtd/widget-tree.xsd
===================================================================
--- trunk/framework/widget/dtd/widget-tree.xsd	2006-06-12 21:17:47 UTC (rev 7775)
+++ trunk/framework/widget/dtd/widget-tree.xsd	2006-06-12 21:34:25 UTC (rev 7776)
@@ -632,6 +632,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>
@@ -672,6 +673,7 @@
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="PlainString"/>
                     <xs:enumeration value="String"/>
+                    <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
                     <xs:enumeration value="Long"/>



More information about the Svn mailing list