VehicleDeliveryStatus

Uses the Component:VehicleDeliveryStatusType

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.

Fields and Components

Table 6.103. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleDeliveryStatusDateTime

The date and time that a vehicle status event occured.

0..1Field udt:DateTimeType  
LocationID

Code identifying a physical location

0..1Field udt:IdentifierType  
LocationDescription

A free-form text description of a physical location.

0..1Field udt:TextType  
LocationIDTypeCode

Code representing the type of location.

0..1Field sqdt:LocationIDTypeCodeType  
DeliveryProcessStateCode

Enumerated list of delivery states indicating what is going on with the vehicle.

0..1Field sqdt:DeliveryProcessStateCodeType  
ETADate

Estimated time of arrival

0..1Field udt:DateType  
VehicleDeliveryEvent

The VehicleDeliveryEvent component provides details about Events related to a Vehicle Delivery.

0..1ComponentEventType 
DestinationLocation

Destination location for a delivery

0..1ComponentLocationType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.103. VehicleDeliveryStatus

<VehicleDeliveryStatus>
     <VehicleDeliveryStatusDateTime>......</VehicleDeliveryStatusDateTime>     [0..1]
     <LocationID>......</LocationID>     [0..1]
     <LocationDescription>......</LocationDescription>     [0..1]
     <LocationIDTypeCode>......</LocationIDTypeCode>     [0..1]
     <DeliveryProcessStateCode>......</DeliveryProcessStateCode>     [0..1]
     <ETADate>......</ETADate>     [0..1]
     <VehicleDeliveryEvent>......</VehicleDeliveryEvent>     [0..1]
     <DestinationLocation>......</DestinationLocation>     [0..1]
</VehicleDeliveryStatus>