Definition Type: ComplexType
Name: ExpectedInventoryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A list of order types and when they are expected to arrive.
Collapse XSD Schema Diagram:
Drilldown into OrderDate in schema components_xsd Drilldown into ETADate in schema components_xsd Drilldown into QuantityOnOrder in schema components_xsd Drilldown into OrderTypeCode in schema components_xsdXSD Diagram of ExpectedInventoryType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ExpectedInventoryType">
    <xsd:annotation>
        <xsd:documentation>A list of order types and when they are expected to arrive.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="OrderTypeCode" type="sqdt:OrderTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Part Order Type entered
                or selected at dealership. Stock-STK, Vehicle Off Road-VOR, Daily-DPO,
                Emergency-EMG, Supplemental-SUP, Promotional-PRO, Solicited-SOL, Vehicle Off Road
                Parts Inquiry-VPI, Weekly-WKL, Interim-INT, Export-EXP, Dropship Stock-DSS, Dropship
                Vehicle Off Road-DVR, Lock and Key-LAK, Will Call-WCL, Return Request w/
                Reference-RRR, Return Request w/o Reference-RWR, Credit Request w/ Reference-CRR,
                Credit Request w/o Reference-CWR, Debit Request w/ Reference-DRR, Debit Request w/o
                Reference-DWR, Rush-RUS, Urgent-URG, Other-OTH, N/A-N/A, Hold-HLD, Dating-DTG.</xsd:documentation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5/PartOrder">Part Order Type
                entered or selected at dealership.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="QuantityOnOrder" type="sqdt:QuantityType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Quantity of all
                outstanding orders not received into inventory.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ETADate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Estimated time of
            arrival</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="OrderDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Date order originally
                placed</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrderTypeCode star:OrderTypeCode 1 1
QuantityOnOrder star:QuantityOnOrder 1 1
ETADate star:ETADate 0 1
OrderDate star:OrderDate 0 1
Collapse Derivation Tree:
Collapse References:
star:ExpectedInventory