Originally posted by: SystemAdmin
I am importing a xsd and the xsd has a decimal element defined as
<xs:simpleType name="Amount_Type">
<xs:restriction base="xs:decimal">
<xs:pattern value="\d{1,9}\.\d{2}"/>
</xs:restriction>
</xs:simpleType>
The items using this type are being created in type tree with ####
http://.##. So, round numbers are getting created without the decimal value of .00, and the xml is failing schema validation.
Has anyone seen this before? I would have expected the format to be ####.##.
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender