IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
#Supplychain
 View Only

XML schema importer, extension type attribute missing

  • 1.  XML schema importer, extension type attribute missing

    Posted 01/19/05 01:10 AM

    Originally posted by: SystemAdmin


    When importing schemas that contain extensions, I see no attribute in the Type Tree where the extension type could be stored. I miss a "type" attribute here or am I doing something wrong?

    F.ex.: A fantasy book, extending a generic Book could be written like this in an XML instance:

    <Book xsi:type="FantasyBook">
    <Title></Title>
    <Author></Author>
    ...
    </Book>

    Where the schema extension is defined like this:

    <xsd:complexType name="FantasyBook">
    <xsd:complexContent>
    <xsd:extension base="Book" >
    <xsd:sequence>
    ...
    </xsd:sequence>
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender