Version 14 (modified by 11 years ago) ( diff ) | ,
---|
Table of Contents
Vehicle Management
Vehicles are an extension of Assets
Operational Management
Dispatch: Rostering, Route Planning
Ensuring fuel stocks replenished
Ensuring vehicles are maintained properly & have up to date paperwork
Vehicle Tracking: S3Track, OpenGTS
Fuel Efficiency: Driver Performance Ratings
==Project Management==
Schema
xPIL definition used in EDXL:
<xs:simpleType name="VehicleInfoElementList"> <xs:enumeration value="Make"><xs:annotation><xs:documentation>Free text make description, e.g. Toyota, Ford</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="Model"><xs:annotation><xs:documentation>Free text model description, e.g. Pajero, Falcon, etc. May include make as in Ford Falcon or Mitsubishi Pajero. If the make information is included then do not put the make as a separate element qualified with Make.</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="ManufactureDate"><xs:annotation><xs:documentation>Free text data which can be a full date or a year.</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="EngineNumber"><xs:annotation><xs:documentation>Free text engine number</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="ChassisNumber"><xs:annotation><xs:documentation>Free text chassis number</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="BodyNumber"><xs:annotation><xs:documentation>Free text body number</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="LicensePlateNumber"><xs:annotation><xs:documentation>Free text license plate number</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="LicensePlateType"><xs:annotation><xs:documentation>Number plate types are different. e.g. standard, premier, diplomat, etc</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="Colour"/><xs:enumeration value="BodyType"><xs:annotation><xs:documentation>Type of body. e.g. Sedan, Ute, Station wagon, 2 door, etc</xs:documentation></xs:annotation></xs:enumeration> <xs:enumeration value="Type"><xs:annotation><xs:documentation>Use this if the enumeration list for type of vehicle is not used.</xs:documentation></xs:annotation></xs:enumeration></xs:restriction>
Note:
See TracWiki
for help on using the wiki.