Definition Type: SimpleType
Name: AllowBackOrderPartialShipEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies if the dealer is willing to accept backorders and partial shipments on the order.
Collapse XSD Schema Diagram:
XSD Diagram of AllowBackOrderPartialShipEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="AllowBackOrderPartialShipEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies if the dealer is willing to accept backorders and partial shipments on the order.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="No Back Order">
            <xsd:annotation>
                <xsd:documentation>Dealer will not accept back orders</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="No Back Order Ship Available">
            <xsd:annotation>
                <xsd:documentation>Back order shipping is not available</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Allow Back Order">
            <xsd:annotation>
                <xsd:documentation>Dealer will allow back orders</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Allow Back Order No Partial">
            <xsd:annotation>
                <xsd:documentation>Dealer will allow back orders with no partial shipments</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration No Back Order
Enumeration No Back Order Ship Available
Enumeration Allow Back Order
Enumeration Allow Back Order No Partial
Collapse Derivation Tree:
Collapse References:
star:AllowBackOrderPartialShipCode, star:AllowBackOrderPartialShipCode, star:AllowBackOrderPartialShipCode