Definition Type: ComplexType
Name: TransferToType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The TransferFromType component represents information about the part being transferred to a specific dealer location as well as information about the particular dealer location to which the part is being transferred.
Collapse XSD Schema Diagram:
Drilldown into PrimaryBinLocationTransferTo in schema components_xsd Drilldown into RecommendedTransferQuantity in schema components_xsd Drilldown into TransferToPartManufacturer in schema components_xsd Drilldown into TransferToItemID in schema components_xsd Drilldown into TransferToCode in schema components_xsdXSD Diagram of TransferToType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TransferToType">
    <xsd:annotation>
        <xsd:documentation>The TransferFromType component represents information about the part being transferred to a specific dealer location as well as information about the particular dealer location to which the part is being transferred.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="TransferToCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The code for the dealer location to which parts will be transferred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TransferToItemID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Part number reference for transfer-to dealer location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TransferToPartManufacturer" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Part ownership / manufacturer reference for transfer-to 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="PrimaryBinLocationTransferTo" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Primary bin location for part at transfer-to dealer location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransferToCode star:TransferToCode 0 1
TransferToItemID star:TransferToItemID 0 1
TransferToPartManufacturer star:TransferToPartManufacturer 0 1
RecommendedTransferQuantity star:RecommendedTransferQuantity 0 1
PrimaryBinLocationTransferTo star:PrimaryBinLocationTransferTo 0 1
Collapse Derivation Tree:
Collapse References:
star:TransferToType