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.71. Fields and Components

Name Description Occurrence Type Data Type User Notes
FleetCountNumeric

This value represents the number of vehicles.

1..1Field udt:NumericType  
MakeString

Depracated: Use VehicleMake

0..1Field qdt:StringType  
VehicleClassCode

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

<FleetQuantity>
     <FleetCountNumeric>......</FleetCountNumeric>     [1..1]
     <MakeString>......</MakeString>     [0..1]
     <VehicleClassCode>......</VehicleClassCode>     [0..1]
</FleetQuantity>