Definition Type: SimpleType
Name: DeliveryProcessStateEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Enumerated list of delivery states indicating what is going on with the vehicle.
Collapse XSD Schema Diagram:
XSD Diagram of DeliveryProcessStateEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="DeliveryProcessStateEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Enumerated list of delivery states indicating what is going on with the vehicle.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Unpaired">
            <xsd:annotation>
                <xsd:documentation> The carrier has received the vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Paired">
            <xsd:annotation>
                <xsd:documentation>Pairing particular vehicles for shipment.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="In Decking">
            <xsd:annotation>
                <xsd:documentation>During the process of establishing the order of vehicles and  hooking vehicles together.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Decking Complete">
            <xsd:annotation>
                <xsd:documentation>The process of establishing the order of vehicles and the hooking of vehicles is complete.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Ready For Driver Assign">
            <xsd:annotation>
                <xsd:documentation>The driver may be assigned for the delivery.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Dispatched">
            <xsd:annotation>
                <xsd:documentation>Driver has been assigned to the delivery.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="In Transit">
            <xsd:annotation>
                <xsd:documentation>Driver is in transit with delivery.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Final Delivery">
            <xsd:annotation>
                <xsd:documentation>Driver has made delivery to the destination.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="In Production">
            <xsd:annotation>
                <xsd:documentation>Nav Intertional to provide description.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Unpaired
Enumeration Paired
Enumeration In Decking
Enumeration Decking Complete
Enumeration Ready For Driver Assign
Enumeration Dispatched
Enumeration In Transit
Enumeration Final Delivery
Enumeration In Production