FleetQuantity

Uses the Component:FleetQuantityType

This component keeps track of the number of vehicles, make, and vehicle class that are currently on the Fleet Account.

Fields and Components

Table 6.44. Fields and Components

Name Description Occurrence Type Data Type User Notes
FleetCount

This value represents the number of vehicles.

1..1Field oag:NumberType  
Make

Depracated: Use VehicleMake

0..1Field oag:StringType  
VehicleClass

Class of vehicle

0..1Field scl:VehicleClassEnumeratedType  

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.50. FleetQuantity

<FleetQuantity>
     <FleetCount>......</FleetCount>     [1..1]
     <Make>......</Make>     [0..1]
     <VehicleClass>......</VehicleClass>     [0..1]
</FleetQuantity>