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