Hi All,
I want to load an xml file based on the schema .
I am unable to see the node <Record> containing the records in the import manager.
What I am seeing now in import manager Source Hierarchy is
> None
>ns1:MT_MDM_003_Shipping
What I am supposed to see
> None
>ns1:MT_MDM_003_Shipping
>Record
Could anyone let me know if the structure of xml or schema is wrong below.
XML File:
<?xml version="1.0" encoding="utf-8"?>
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:Test-com:Customer_Master J:\Data\MDM\CUSTOM 1\IMPORT2\MT_MDM_003_Shipping.xsd">
<Record>
<Sales_Organization>1001</Sales_Organization>
<Distribution_Channel>00</Distribution_Channel>
<Division>00</Division>
<Customer_Nr>00114</Customer_Nr>
<Order_Combination>Y</Order_Combination>
<Complete_delivery_reqd_by_law/>
<Max_partial_deliveries/>
<Delivery_Priority/>
<Shipping_Conditions/>
<Delivering_Plant/>
<Partial_delivery_per_item/>
</Record>
</ns1:MT_MDM_003_Shipping>
XSD File:
<?xml version="1.0" encoding="UTF-8" ?>
http://www.w3.org/2001/XMLSchema">
<xsd:element name="MT_MDM_003_Shipping" type="DT_MDM_003_Shipping" />
<xsd:complexType name="DT_MDM_003_Shipping">
<xsd:annotation>
3c427550330e11dda6b400112539c3abhttp:// 3c427550330e11dda6b400112539c3ab" target="_blank">sap.com/xi/TextID">3c427550330e11dda6b400112539c3ab>
</xsd:annotation>
<xsd:sequence>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd01c4f11dd8b8b02004c4f4f50http:// 414ccfd01c4f11dd8b8b02004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd01c4f11dd8b8b02004c4f4f50>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd11c4f11ddb25802004c4f4f50http:// 414ccfd11c4f11ddb25802004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd11c4f11ddb25802004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd21c4f11dd800802004c4f4f50http:// 414ccfd21c4f11dd800802004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd21c4f11dd800802004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd31c4f11dd99b802004c4f4f50http:// 414ccfd31c4f11dd99b802004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd31c4f11dd99b802004c4f4f50>
</xsd:annotation>
</xsd:element>
<xsd:element name="Customer_Nr" type="xsd:string">
<xsd:annotation>
414ccfd41c4f11ddb93902004c4f4f50http:// 414ccfd41c4f11ddb93902004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd41c4f11ddb93902004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd51c4f11dd871702004c4f4f50http:// 414ccfd51c4f11dd871702004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd51c4f11dd871702004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd61c4f11dda64f02004c4f4f50http:// 414ccfd61c4f11dda64f02004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd61c4f11dda64f02004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd71c4f11dd832102004c4f4f50http:// 414ccfd71c4f11dd832102004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd71c4f11dd832102004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd81c4f11dda0e902004c4f4f50http:// 414ccfd81c4f11dda0e902004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd81c4f11dda0e902004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfd91c4f11ddb21602004c4f4f50http:// 414ccfd91c4f11ddb21602004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfd91c4f11ddb21602004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfda1c4f11dd9e5402004c4f4f50http:// 414ccfda1c4f11dd9e5402004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfda1c4f11dd9e5402004c4f4f50>
</xsd:annotation>
</xsd:element>
http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
414ccfdb1c4f11ddaf1202004c4f4f50http:// 414ccfdb1c4f11ddaf1202004c4f4f50" target="_blank">sap.com/xi/TextID">414ccfdb1c4f11ddaf1202004c4f4f50>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>