<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>
|