Additional Windchill Capabilities > Windchill Supplier Management > Using DTDs for Loading Supplier and Part Data > Using suma_ixb.dtd > Loading AML/AVL Entries
  
Loading AML/AVL Entries
This excerpt from the DTD file describes entries in the AML and AVL (the AXLEntry element).
<!ELEMENT AXLEntry (ObjectID,OEMPartAXLInfo,AXLContextRef,
(ManufacturerPartAXLInfo|VendorPartAXLInfo|(ManufacturerPartAXLInfo,
VendorPartAXLInfo)))>

<!ELEMENT OEMPartAXLInfo (WTPartRef)>

<!ELEMENT AXLContextRef (ObjectID,( name | isDefault ),objectContainerPath)>

<!ELEMENT ManufacturerPartAXLInfo (WTPartMasterRef, AXLPreferenceValue)>

<!ELEMENT VendorPartAXLInfo (WTPartMasterRef, AXLPreferenceValue)>

<!ELEMENT WTPartMasterRef (ObjectID,className,number,organizationId?,
objectContainerPath)>

<!ELEMENT AXLPreferenceValue (#PCDATA)>