Definition Type: ComplexType
Name: VehicleDeliveryStatusType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The VehicleDeliveryStatus component provides details about the status of a vehicle delivery. This is status typically information coming back from the Shipment Carrier to the manufacturer.
Collapse XSD Schema Diagram:
Drilldown into DestinationLocation in schema components_xsd Drilldown into VehicleDeliveryEvent in schema components_xsd Drilldown into ETADate in schema components_xsd Drilldown into DeliveryProcessStateCode in schema components_xsd Drilldown into LocationIDTypeCode in schema components_xsd Drilldown into LocationDescription in schema components_xsd Drilldown into LocationID in schema components_xsd Drilldown into VehicleDeliveryStatusDateTime in schema components_xsdXSD Diagram of VehicleDeliveryStatusType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleDeliveryStatusType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> The
                VehicleDeliveryStatus component provides details about the status of a vehicle
                delivery. This is status typically information coming back from the Shipment Carrier
                to the manufacturer. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="VehicleDeliveryStatusDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The date and time that a
                vehicle status event occured.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Code identifying a
                physical location</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A free-form text
                description of a physical location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationIDTypeCode" type="sqdt:LocationIDTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Code representing the
                type of location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DeliveryProcessStateCode" type="sqdt:DeliveryProcessStateCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Enumerated list of
                delivery states indicating what is going on with the vehicle.</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" ref="VehicleDeliveryEvent" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="DestinationLocation" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleDeliveryStatusDateTime star:VehicleDeliveryStatusDateTime 0 1
LocationID star:LocationID 0 1
LocationDescription star:LocationDescription 0 1
LocationIDTypeCode star:LocationIDTypeCode 0 1
DeliveryProcessStateCode star:DeliveryProcessStateCode 0 1
ETADate star:ETADate 0 1
VehicleDeliveryEvent star:VehicleDeliveryEvent 0 1
DestinationLocation star:DestinationLocation 0 1
Collapse Derivation Tree:
Collapse References:
star:VehicleDeliveryStatus