Uses the Component:FleetAccountType
Table 6.43. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| FleetAccountString |
Manufacturer defined fleet account number | 0..1 | Field | oag:StringType | |
| FleetVehicleID |
Uniquely identifies the vehicle as part of a fleet company | 0..1 | Field | oag:OpenIDType | |
| FleetPurchaseOrderNumber |
Fleet Purchase Order Number vehicle was purchased under | 0..1 | Field | oag:StringType | |
| FleetAvailableIndicator |
Vehicle available To Fleet Indicator | 0..1 | Field | oag:IndicatorType | |
| FleetOnlyIndicator |
Indicates that this vehicle only available to Fleet | 0..1 | Field | oag:IndicatorType | |
| RegistrationFleetID |
Identifies to which fleet this vehicle belongs. This number is assigned based on state licensing and registration of the vehicle. | 0..1 | Field | oag:OpenIDType | |
| FleetAccount |
Describes the contents of the Fleet Account. | 0..1 | Field | sqdt:FleetAccountCodeType | |
| FleetQuantity |
This component keeps track of the number of vehicles, make, and vehicle class that are currently on the Fleet Account. | 0..* | Component | FleetQuantityType |
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.49. FleetAccount
<FleetAccount>
<FleetAccountString>......</FleetAccountString> [0..1]
<FleetVehicleID>......</FleetVehicleID> [0..1]
<FleetPurchaseOrderNumber>......</FleetPurchaseOrderNumber> [0..1]
<FleetAvailableIndicator>......</FleetAvailableIndicator> [0..1]
<FleetOnlyIndicator>......</FleetOnlyIndicator> [0..1]
<RegistrationFleetID>......</RegistrationFleetID> [0..1]
<FleetAccount>......</FleetAccount> [0..1]
<FleetQuantity>......</FleetQuantity> [0..*]
</FleetAccount>