Uses the Component:FleetAccountType
Table 6.76. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| FleetAccountString |
Manufacturer defined fleet account number | 0..1 | Field | qdt:StringType | |
| FleetVehicleID |
Uniquely identifies the vehicle as part of a fleet company | 0..1 | Field | udt:IdentifierType | |
| FleetPurchaseOrderNumberString |
Fleet Purchase Order Number vehicle was purchased under | 0..1 | Field | qdt:StringType | |
| FleetAvailableIndicator |
Vehicle available To Fleet Indicator | 0..1 | Field | udt:IndicatorType | |
| FleetOnlyIndicator |
Indicates that this vehicle only available to Fleet | 0..1 | Field | udt: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 | udt:IdentifierType | |
| FleetAccountCode |
Describes the contents of the FleetAccountString. | 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.76. FleetAccount
<FleetAccount>
<FleetAccountString>......</FleetAccountString> [0..1]
<FleetVehicleID>......</FleetVehicleID> [0..1]
<FleetPurchaseOrderNumberString>......</FleetPurchaseOrderNumberString> [0..1]
<FleetAvailableIndicator>......</FleetAvailableIndicator> [0..1]
<FleetOnlyIndicator>......</FleetOnlyIndicator> [0..1]
<RegistrationFleetID>......</RegistrationFleetID> [0..1]
<FleetAccountCode>......</FleetAccountCode> [0..1]
<FleetQuantity>......</FleetQuantity> [0..*]
</FleetAccount>