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 AVL
  
XML File for Importing an Entry in an AVL
This sample XML file is used to load a relationship (defined by the AXLEntry element) between an OEM part (in this example, SUMA_OEM_0000001) and a vendor part (in this example, SUMA_VP_000001) in a defined context (in this example, 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>

<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>