Uses the Component:FleetQuantityType
This component keeps track of the number of vehicles, make, and vehicle class that are currently on the Fleet Account.
Table 6.44. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| FleetCount |
This value represents the number of vehicles. | 1..1 | Field | oag:NumberType | |
| Make |
Depracated: Use VehicleMake | 0..1 | Field | oag:StringType | |
| VehicleClass |
Class of vehicle | 0..1 | Field | scl:VehicleClassEnumeratedType |
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.50. FleetQuantity
<FleetQuantity>
<FleetCount>......</FleetCount> [1..1]
<Make>......</Make> [0..1]
<VehicleClass>......</VehicleClass> [0..1]
</FleetQuantity>