Add aircraft mapping between different nomenclatures - ICAO, SISO,
[fg:fgdata.git] / MP / aircraft_types.xml
1 <?xml version="1.0"?>
2 <!--
3   AircraftTypes.xml - List of aircraft type identifiers
4   http://virtualair.sourceforge.net
5
6   This library is free software; you can redistribute it and/or
7   modify it under the terms of the GNU Lesser General Public
8   License version 2.1, as published by the Free Software Foundation.
9
10   This library is distributed in the hope that it will be useful,
11   but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13   Lesser General Public License for more details.
14
15   Copyright (C) 2008  Petr Gotthard <petr.gotthard@centrum.cz>
16
17   $Id$
18 -->
19 <AircraftTypes>
20   <!--
21   <Type ICAO="xx" SISO="xx" FlightGear="xx"/>
22     @ICAO = ICAO-4444/ICAO-8643 identifier of the aircraft equipment type
23     @SISO = SISO-REF-010 entity-type identifier of the aircraft
24     @FSX = container title for the Microsoft Flight Simulator X (aircraft.cfg)
25     @FlightGear = the FlightGear aircraft model configuration file (.xml)
26   -->
27   <Type ICAO="A320" SISO="1.2.71.57.1.1.0" FlightGear="Aircraft/A320/Models/a320-fb.xml"/>
28   <Type ICAO="B733" SISO="1.2.225.57.1.7.0" FlightGear="Aircraft/737-300/Models/737-300.xml"/>
29   <Type ICAO="B742" SISO="1.2.225.57.1.1.0" FlightGear="Aircraft/747-200/Models/boeing747-200.xml"/>
30   <Type ICAO="C172" SISO="1.2.225.40.1.1.0" FSX="Cessna Skyhawk 172SP" FlightGear="Aircraft/c172p/Models/c172p.xml"/>
31   <Type ICAO="UFO" SISO="1.2.0.0.0.0.0" FlightGear="Aircraft/ufo/Models/ufo.xml"/>
32 </AircraftTypes>