]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-4365: Switched to xs:decimal from xs:float in XSD datatype declarations for...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 8 Sep 2011 20:27:02 +0000 (20:27 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 8 Sep 2011 20:27:02 +0000 (20:27 +0000)
services/acquisition/3rdparty/nuxeo-platform-cs-acquisition/src/main/resources/schemas/acquisitions_common.xsd
services/acquisition/jaxb/src/main/resources/acquisitions_common.xsd

index cb1ae665527cd03183170abba06d7d7d5119e4cb..ea935a506a791572e87d4f418a062debabaa444c 100644 (file)
@@ -59,8 +59,7 @@
     <xs:element name="objectPurchaseOfferPriceCurrency" type="xs:string"/>\r
     <xs:element name="objectPurchaseOfferPriceValue" type="xs:string"/>\r
     <xs:element name="objectPurchasePriceCurrency" type="xs:string"/>\r
-    <!-- CSPACE-4330: We may also wish to experiment with xs:decimal or other datatypes -->\r
-    <xs:element name="objectPurchasePriceValue" type="xs:float"/>\r
+    <xs:element name="objectPurchasePriceValue" type="xs:decimal"/>\r
     <xs:element name="originalObjectPurchasePriceCurrency" type="xs:string"/>\r
     <xs:element name="originalObjectPurchasePriceValue" type="xs:string"/>\r
     <xs:element name="transferOfTitleNumber" type="xs:string"/>\r
index 35f37d02e9bc740a76a7ba5a445db584598e6f28..00260e18c8053e48c93f20e5875cb7c090e5b57d 100644 (file)
@@ -52,8 +52,7 @@
                 <xs:element name="objectPurchaseOfferPriceCurrency" type="xs:string"/>
                 <xs:element name="objectPurchaseOfferPriceValue" type="xs:string"/>
                 <xs:element name="objectPurchasePriceCurrency" type="xs:string"/>
-                <!-- CSPACE-4330: We may also wish to experiment with xs:decimal or other datatypes -->
-                <xs:element name="objectPurchasePriceValue" type="xs:float"/>
+                <xs:element name="objectPurchasePriceValue" type="xs:decimal"/>
                 <xs:element name="originalObjectPurchasePriceCurrency" type="xs:string"/>
                 <xs:element name="originalObjectPurchasePriceValue" type="xs:string"/>
                 <xs:element name="transferOfTitleNumber" type="xs:string"/>