Uses the Component:VehicleConfigType
Vehicle Configuration
Table 6.7. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
| PhaseCode |
Start date when the The phase code indicates the pricing changes that occur to a vehicle throughout the model year. It is added to the end of the model number | 0..1 | Field | udt:TextType | |
| Option |
The Option represents information about a vehicle's options. | 0..* | Component | OptionABIEType | |
| VehicleStatusCode |
Start date when the Vehicle status code - Example status could be Built, Scheduled, Shipped, In-Transit, Sold, etc. | 0..1 | Field | udt:CodeType |
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.7. VehicleConfig
<VehicleConfig>
<Vehicle>......</Vehicle> [0..1]
<PhaseCode>......</PhaseCode> [0..1]
<Option>......</Option> [0..*]
<VehicleStatusCode>......</VehicleStatusCode> [0..1]
</VehicleConfig>