Definition Type: ComplexType
Name: TransferFromType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into PrimaryBinLocationTransferFrom in schema components_xsd Drilldown into RecommendedTransferQuantity in schema components_xsd Drilldown into TransferFromPartManufacturer in schema components_xsd Drilldown into TransferFromItemID in schema components_xsd Drilldown into TransferFromCode in schema components_xsdXSD Diagram of TransferFromType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransferFromCode star:TransferFromCode 0 1
TransferFromItemID star:TransferFromItemID 0 1
TransferFromPartManufacturer star:TransferFromPartManufacturer 0 1
RecommendedTransferQuantity star:RecommendedTransferQuantity 0 1
PrimaryBinLocationTransferFrom star:PrimaryBinLocationTransferFrom 0 1
Collapse Derivation Tree:
Collapse References:
star:TransferFromType