SubscriptionServiceVehicleLineItem

Uses the Component:SubscriptionServiceVehicleLineItemType

Detail information regarding a vehicle for a particular subscription service.

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
FleetAccount

0..1ComponentFleetAccountType 
VehicleClassCode

Class of vehicle

0..1Field scl:VehicleClassEnumeratedType  
VehicleOwnershipTypeCode

Designation of the type of ownership of the vehicle, i.e., leased, rented, owned, etc.

0..1Field scl:VehicleOwnershipTypeEnumeratedType  

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.8. SubscriptionServiceVehicleLineItem

<SubscriptionServiceVehicleLineItem>
     <Vehicle>......</Vehicle>     [0..1]
     <FleetAccount>......</FleetAccount>     [0..1]
     <VehicleClassCode>......</VehicleClassCode>     [0..1]
     <VehicleOwnershipTypeCode>......</VehicleOwnershipTypeCode>     [0..1]
</SubscriptionServiceVehicleLineItem>