VehicleStatus

Uses the Component:VehicleStatusType

A group of elements to define a Status of a Vehicle such as Built, Sold, Shipped, Schedule, etc. A date and description are available in this group.

Fields and Components

Table 6.29. Fields and Components

Name Description Occurrence Type Data Type User Notes
VehicleStatus

Vehicle status code - Example status could be Built, Scheduled, Shipped, In-Transit, Sold, etc.

0..1Field scl:VehicleStatusEnumeratedType  
VehicleStatusDescription

Vehicle status description to further describe the vehicle status code.

0..1Field oag:TextType  
VehicleStatusDate

Date of the Vehicle Status change. It should be used with the VehicleStatusCode element above.

0..1Field oag:xbt_DateType  

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.35. VehicleStatus

<VehicleStatus>
     <VehicleStatus>......</VehicleStatus>     [0..1]
     <VehicleStatusDescription>......</VehicleStatusDescription>     [0..1]
     <VehicleStatusDate>......</VehicleStatusDate>     [0..1]
</VehicleStatus>