Additional Windchill Capabilities > Windchill Supplier Management > Using DTDs for Loading Supplier and Part Data > Using suma_ixb.dtd > Sample XML Files > XML File for Importing an Entry in an AML and AVL
  
XML File for Importing an Entry in an AML and AVL
This sample XML file is used to load a relationship between an OEM part (in this example, suma_oem_part_1), a manufacturer part (in this example, SUMA_MP_000001) and a vendor part (in this example, SUMA_VP_000001), defined within the sourcing context "context_x10".
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE AXLEntry SYSTEM "standardX10.dtd">

<AXLEntry>

<ObjectID/>

<OEMPartAXLInfo>

<WTPartRef>

<ObjectID/>

<objectContainerPath>/wt.inf.container.OrgContainer=
My Organization/wt.inf.library.WTLibrary=MyProduct
</objectContainerPath>

<number>SUMA_OEM_0000001</number>

<name>suma_oem_part_1</name>

<endItem>false</endItem>

<defaultTraceCode>0</defaultTraceCode>

<genericType>standard</genericType>

<partType>separable</partType>

<partSource>make</partSource>

<versionInfo>

<versionId>A</versionId>

<iterationId>1</iterationId>

<versionLevel>1</versionLevel>

<series>wt.series.HarvardSeries</series>

</versionInfo>

</WTPartRef>

</OEMPartAXLInfo>

<AXLContextRef>

<ObjectID/>

<name>context_x10</name>

<objectContainerPath>/wt.inf.container.OrgContainer=My Organization</objectContainerPath>

</AXLContextRef>

<ManufacturerPartAXLInfo>

<WTPartMasterRef>

<ObjectID/>

<className>com.ptc.windchill.suma.part.ManufacturerPartMaster</className>

<number>SUMA_MP_000001</number>

<objectContainerPath>/wt.inf.container.OrgContainer=
My Organization/wt.inf.library.WTLibrary
=MyLibrary</objectContainerPath>

</WTPartMasterRef>

<AXLPreferenceValue>20</AXLPreferenceValue>

</ManufacturerPartAXLInfo>

<VendorPartAXLInfo>

<WTPartMasterRef>

<ObjectID/>

<className>com.ptc.windchill.suma.part.VendorPartMaster</className>

<number>SUMA_VP_000001</number>

<objectContainerPath>/wt.inf.container.OrgContainer=
My Organization/wt.inf.library.WTLibrary=MyLibrary</objectContainerPath>

</WTPartMasterRef>

<AXLPreferenceValue>20</AXLPreferenceValue>

</VendorPartAXLInfo>

</AXLEntry>