1<?xml version="1.0" encoding="UTF-8"?>
2
3<!-- Generic flight recorder configuration for jets (2 jet engines/4 tanks/3 retractable gear).
4
5     Note: The generic configurations are provided as an example and for convenience only.
6     No need to use a generic configuration. You can copy the settings below to your aircraft's
7     flight recorder configuration and include a better combination of recorder components, if
8     none of the pre-defined configurations fits your aircraft.
9 -->
10
11<PropertyList>
12    <name type="string">Generic Flight Recorder for Jets (2 jet engines/4 tanks/3 retractable gear)</name>
13    <signals include="/Aircraft/Generic/flightrecorder/components/environment.xml"/>
14    <signals include="/Aircraft/Generic/flightrecorder/components/position.xml"/>
15    <signals include="/Aircraft/Generic/flightrecorder/components/controls.xml"/>
16    <signals include="/Aircraft/Generic/flightrecorder/components/surfaces.xml"/>
17    <signals include="/Aircraft/Generic/flightrecorder/components/engine-jet.xml">
18        <count type="int">2</count>
19    </signals>
20    <signals include="/Aircraft/Generic/flightrecorder/components/faults-engines.xml">
21        <count type="int">2</count>
22    </signals>
23    <signals include="/Aircraft/Generic/flightrecorder/components/tanks.xml">
24        <count type="int">4</count>
25    </signals>
26    <signals include="/Aircraft/Generic/flightrecorder/components/gear-retractable.xml">
27        <count type="int">3</count>
28    </signals>
29</PropertyList>
30