Uses the Component:SubscriptionServiceVehicleLineItemType
Detail information regarding a vehicle for a particular subscription service.
Table 6.8. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
| FleetAccount | 0..1 | Component | FleetAccountType | ||
| VehicleClassCode |
Class of vehicle | 0..1 | Field | scl:VehicleClassEnumeratedType | |
| VehicleOwnershipTypeCode |
Designation of the type of ownership of the vehicle, i.e., leased, rented, owned, etc. | 0..1 | Field | scl:VehicleOwnershipTypeEnumeratedType |
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.8. SubscriptionServiceVehicleLineItem
<SubscriptionServiceVehicleLineItem>
<Vehicle>......</Vehicle> [0..1]
<FleetAccount>......</FleetAccount> [0..1]
<VehicleClassCode>......</VehicleClassCode> [0..1]
<VehicleOwnershipTypeCode>......</VehicleOwnershipTypeCode> [0..1]
</SubscriptionServiceVehicleLineItem>