IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  XSD Import question

    Posted 01/14/10 11:37 AM

    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


  • 2.  Re: XSD Import question

    Posted 01/14/10 12:35 PM

    Originally posted by: repanzer


    I have never been able to import an xsd or dtd into WTX without having to manipulate the type tree, at least somewhat. I would strongly suggest confirming that any metadata was imported correctly.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange