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.71. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
FleetCountNumeric |
This value represents the number of vehicles. | 1..1 | Field | udt:NumericType | |
MakeString |
Depracated: Use VehicleMake | 0..1 | Field | qdt:StringType | |
VehicleClassCode |
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.71. FleetQuantity
<FleetQuantity> <FleetCountNumeric>......</FleetCountNumeric> [1..1] <MakeString>......</MakeString> [0..1] <VehicleClassCode>......</VehicleClassCode> [0..1] </FleetQuantity>