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.  XSDL hints, validations

    Posted 07/20/12 07:21 AM

    Originally posted by: niharikasalla


    What do we mean by XSDL Hints and Xerces validation,Classic validation
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: XSDL hints, validations

    Posted 07/20/12 09:02 AM

    Originally posted by: repanzer1


    We?

    Do "we" (you) sit in a corner whispering the words "My precious..."?
    Where did “we” see “XSDL Hints and Xerces validation, Classic validation” that made you post this thread? Maybe that will help "us" answer your question.
    There are 10 types of people in this world. Those who understand binary and those who don't.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: XSDL hints, validations

    Posted 07/21/12 02:35 AM

    Originally posted by: SystemAdmin


    Hi,

    Using Xerces validation, the root of an imported type tree is named XSD.
    Using Classic validation,If a group representing a compositor (xs:sequence, xs:choice, xs:all) has a single component with a range (1:1), the group is removed.
    If a type tree contains a structure like the following structure:
    • choice (1:1)
    - Seq1
    - element (0:s)
    - Seq2
    - element (0:s)It is transformed into the following structure:
    • choice (0:1)
    - Seq1
    - element (1:s)
    - Seq2
    - element (1:s)

    Thanks,
    Tarak
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender