VehicleTypes
Name: Vehicle Types
Type: Ancillary
Modules: OPS-Yard
Description: Contains the different vehicle types.
| Field | Documentation |
|---|---|
| VehicleType | Unique identifier for a vehicle type. |
| VehTypeAbbr | Abbreviated name for the vehicle type. |
| VehTypeName | Full name of the vehicle type. |
| Flex | If true, the vehicle is used for fixed route or paratransit services. |
| Fixed | If true, the vehicle is used for fixed route services. |
| Para | If true, the vehicle is used for paratransit services. |
| TransportationModeAbbr | Transportation mode identifier from TransportationModes.TransportationModeAbbr. References the associated transportation mode. |
| TransportType | Transport type identifier from TransportationModes.TransportType. References the associated transport type. |
| ReportTime | Deprecated. |
| ClearTime | Deprecated. |
| ModTime | Time the record was last modified. Value is in seconds from midnight. |
| ModDate | Date the record was last modified. |
| ModBy | User who last modified the record. |
| ModAction | Last action performed on the record. |
| SpeedFactor | Percentage of an average speed. For example, the vehicle type is slow and heavy, so it will run at 90% of the average speed. 100 = no speed change. |
| VehicleClassId | Numeric identifier of the vehicle class type for the run (from the MapVehicleClasses table in MmsMap.dbd). |