<xsd:complexType name="TransferFromType">
<xsd:annotation>
<xsd:documentation>The TransferFromType component represents information about the part being transferred from a specific dealer location as well as information about that particular dealer location.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="TransferFromCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The code for the dealer location from which parts will be transferred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TransferFromItemID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Part number reference for transfer-from dealer location.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TransferFromPartManufacturer" type="udt:NameType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Part ownership / manufacturer reference for transfer-from dealer location.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="RecommendedTransferQuantity" type="udt:QuantityType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The quantity that the inventory control system is recommending for transfer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PrimaryBinLocationTransferFrom" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Primary bin location for part at transfer-from dealer location.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|