Changes between Initial Version and Version 1 of BluePrint/Vehicle


Ignore:
Timestamp:
05/21/11 20:06:48 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Vehicle

    v1 v1  
     1[[TOC]]
     2= Vehicle Management =
     3
     4== Asset Management ==
     5Part of Assets module
     6
     7== Operational Management ==
     8Dispatch: Rostering, Route Planning
     9
     10Vehicle Tracking: S3Track, [http://opengts.sourceforge.net OpenGTS]
     11
     12Fuel Efficiency: Driver Performance Ratings
     13
     14== Schema ==
     15
     16[http://docs.oasis-open.org/emergency/edxl-have/cs01/xPIL-types.xsd xPIL definition] used in EDXL:
     17{{{
     18<xs:simpleType name="VehicleInfoElementList">
     19 <xs:enumeration value="Make"><xs:annotation><xs:documentation>Free text make description, e.g. Toyota, Ford</xs:documentation></xs:annotation></xs:enumeration>
     20 <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>
     21 <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>
     22 <xs:enumeration value="EngineNumber"><xs:annotation><xs:documentation>Free text engine number</xs:documentation></xs:annotation></xs:enumeration>
     23 <xs:enumeration value="ChassisNumber"><xs:annotation><xs:documentation>Free text chassis number</xs:documentation></xs:annotation></xs:enumeration>
     24 <xs:enumeration value="BodyNumber"><xs:annotation><xs:documentation>Free text body number</xs:documentation></xs:annotation></xs:enumeration>
     25 <xs:enumeration value="LicensePlateNumber"><xs:annotation><xs:documentation>Free text license plate number</xs:documentation></xs:annotation></xs:enumeration>
     26 <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>
     27 <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>
     28 <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>
     29}}}
     30----
     31BluePrints