Definition Type: SimpleType
Name: StatusCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
A code identifying the reason for the status message.
Collapse XSD Schema Diagram:
XSD Diagram of StatusCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="StatusCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">A code identifying the reason for the status message.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Success">
            <xsd:annotation>
                <xsd:documentation>The operation was successful.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Unspecified">
            <xsd:annotation>
                <xsd:documentation>An unspecified error occurred. The StatusText field contains the complete text.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Not In Inventory">
            <xsd:annotation>
                <xsd:documentation>Inventory is not currently available and back ordering was not requested.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Discontinued">
            <xsd:annotation>
                <xsd:documentation>The part has discontinued.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Part">
            <xsd:annotation>
                <xsd:documentation>Invalid part number.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Not Yet Available">
            <xsd:annotation>
                <xsd:documentation>The part is scheduled for a future release date and is not available at this time.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Not Authorized">
            <xsd:annotation>
                <xsd:documentation>The part is not authorized for your product line.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Under Development">
            <xsd:annotation>
                <xsd:documentation>The part is under development and not ready for sale.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Assembly Only">
            <xsd:annotation>
                <xsd:documentation>The part is a component part and is only available as an assembly.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Component Only">
            <xsd:annotation>
                <xsd:documentation>The part is an assembly part and is only available as a component.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Internal Use Only">
            <xsd:annotation>
                <xsd:documentation>The part is reserved for manufacturing and supplier internal use; it is not a service replacement part.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Recalled">
            <xsd:annotation>
                <xsd:documentation>The part has been recalled.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Cannot Sell">
            <xsd:annotation>
                <xsd:documentation>The part is not available for sale for an unspecified reason.  For example, part is only available for government procurement.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Export Only">
            <xsd:annotation>
                <xsd:documentation>The part is not available for sale in the United States; it is for export vehicles only.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Credit Limit Exceeded">
            <xsd:annotation>
                <xsd:documentation>Credit limit exceeded.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Credit Card Denied">
            <xsd:annotation>
                <xsd:documentation>Credit card transaction denied by creditor.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Account On Hold">
            <xsd:annotation>
                <xsd:documentation>The dealer's account has been put on hold.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Unit Of Measure">
            <xsd:annotation>
                <xsd:documentation>The unit of measurement was invalid for this part number.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Promotion Code">
            <xsd:annotation>
                <xsd:documentation>The promotion code is invalid.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Shipping Method">
            <xsd:annotation>
                <xsd:documentation>The shipping method is invalid, for example, shipping by ground to Puerto Rico.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Duplicate Line Number">
            <xsd:annotation>
                <xsd:documentation>The line number is the same as another line within this transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="No Drop Shipment">
            <xsd:annotation>
                <xsd:documentation>Drop shipments are not allowed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="No Will Call">
            <xsd:annotation>
                <xsd:documentation>Will-call pickups are not allowed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Minimum Quantity Not Met">
            <xsd:annotation>
                <xsd:documentation>There is a minimum quantity purchase requirement for this part and the quantity has not been met. The minimum quantity is: NN</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other">
            <xsd:annotation>
                <xsd:documentation>Other</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="N/A">
            <xsd:annotation>
                <xsd:documentation>Not applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Dealer ID">
            <xsd:annotation>
                <xsd:documentation>Dealer Identification submitted could not be validated.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Fleet Account">
            <xsd:annotation>
                <xsd:documentation>Fleet account number submitted could not be validated.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Invalid Price As Of Date">
            <xsd:annotation>
                <xsd:documentation>Submitted Price As Of Date not valid</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Price Not Found">
            <xsd:annotation>
                <xsd:documentation>A price for a valid part number submitted could not be found.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Use Suggested Retail Price">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Retail Price excceds contracted price.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Use Retail Price">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The retail price is less than or equal to the contracted price. Use the Retail Price.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Use Submitted Price">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The dealer is allowed to use its Retail price which it sent.  This price may differ from the price that the OEM has.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Non-Stock">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        An item that is not kept on hand that is ordered from the vendor when requested.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Duplicate Claim">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        A duplicate claim was submitted.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Success
Enumeration Unspecified
Enumeration Not In Inventory
Enumeration Discontinued
Enumeration Invalid Part
Enumeration Not Yet Available
Enumeration Not Authorized
Enumeration Under Development
Enumeration Assembly Only
Enumeration Component Only
Enumeration Internal Use Only
Enumeration Recalled
Enumeration Cannot Sell
Enumeration Export Only
Enumeration Credit Limit Exceeded
Enumeration Credit Card Denied
Enumeration Account On Hold
Enumeration Invalid Unit Of Measure
Enumeration Invalid Promotion Code
Enumeration Invalid Shipping Method
Enumeration Duplicate Line Number
Enumeration No Drop Shipment
Enumeration No Will Call
Enumeration Minimum Quantity Not Met
Enumeration Other
Enumeration N/A
Enumeration Invalid Dealer ID
Enumeration Invalid Fleet Account
Enumeration Invalid Price As Of Date
Enumeration Price Not Found
Enumeration Use Suggested Retail Price
Enumeration Use Retail Price
Enumeration Use Submitted Price
Enumeration Non-Stock
Enumeration Duplicate Claim
Collapse Derivation Tree:
Collapse References:
star:StatusCode, star:StatusCode, star:StatusCode, star:StatusCode, star:StatusCode, star:StatusCode