Originally posted by: NICK_R
Team,
I am creating a WTX map that accepts a single XML and transform it to Copybook.
I figured out the XML we receive as input has 2 different pointers of XSD , one for APPHDR (application header) and the other one is for document.
DO I have to create a second input card and import the second XSD or is there any way that I can point the parent XSD with in a single input card setting? Again, I receive only 1 XML file so I am concerned about creating a second input card.
FROM XML which shows it points to 2 xsd :
cdtBusinessData>
<AppHdr xmlns="urn:iso:std:iso:20022:tech:xsd:head.001.001.01"
</AppHdr>
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:seev.036.002.07">
</Document>
</cdtBusinessData>
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender