<?xml version="1.0"?>

<PropertyList>

    <checklist>
        <title>Preflight Inspection</title>
        <page>
            <item>
                <name>Operating Handbook</name>
                <value>AVAILABLE IN THE AIRPLANE</value>
                <marker>
                    <x-m>-0.3066</x-m>
                    <y-m>-0.4207</y-m>
                    <z-m>-0.4513</z-m>
                    <scale>9.0000</scale>
                </marker>
            </item>
            <item>
                <name>Parking brake</name>
                <value>SET</value>
                <marker>
                    <x-m>-0.3092</x-m>
                    <y-m>-0.2124</y-m>
                    <z-m>-0.2664</z-m>
                    <scale>3.4667</scale>
                </marker>
                <condition>
                     <equals>
                        <property>/controls/gear/brake-parking</property>
                        <value>1</value>
                    </equals>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/gear/brake-parking</property>
                    <value>1</value>
                </binding>
            </item>
            <item>
                <name>Control lock</name>
                <value>REMOVE</value>
                <value>(if existing)</value>
                <marker>
                    <x-m>-0.3392</x-m>
                    <y-m>-0.2950</y-m>
                    <z-m>-0.1419</z-m>
                    <scale>3.9833</scale>
                </marker>
                <condition>
                    <not>
                        <property>/sim/model/c172p/cockpit/control-lock-placed</property>
                        <property>/sim/model/c172p/cockpit/control-lock-visible</property>
                    </not>
                </condition>
            </item>
            <item>
                <name>Magnetos/Ignition</name>
                <value>OFF</value>
                <marker>
                    <x-m>-0.3500</x-m>
                    <y-m>-0.3600</y-m>
                    <z-m>-0.2444</z-m>
                    <scale>2.0000</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/controls/switches/magnetos</property>
                        <value>0</value>
                    </equals>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/switches/magnetos</property>
                    <value>0</value>
                </binding>
            </item>
            <item>
                <name>Avionics Power Switch</name>
                <value>OFF</value>
                <marker>
                    <x-m>-0.3600</x-m>
                    <y-m>-0.3230</y-m>
                    <z-m>-0.2404</z-m>
                    <scale>1.7000</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/controls/switches/master-avionics</property>
                        <value>false</value>
                    </equals>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/switches/master-avionics</property>
                    <value type="bool">false</value>
                </binding>
            </item>
            <item>
                <name>Battery Master Switch</name>
                <value>ON</value>
                <marker>
                    <x-m>-0.3500</x-m>
                    <y-m>-0.3967</y-m>
                    <z-m>-0.2027</z-m>
                    <scale>2.0413</scale>
                </marker>
                <condition>
                    <property>/controls/switches/master-bat</property>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/switches/master-bat</property>
                    <value type="bool">true</value>
                </binding>
            </item>
            <item>
                <name>Fuel Quantity</name>
                <value>CHECK</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>-0.3970</y-m>
                    <z-m>-0.0403</z-m>
                    <scale>2.6333</scale>
                </marker>
            </item>
            <item>
                <name>Battery Master Switch</name>
                <value>OFF</value>
                <marker>
                    <x-m>-0.3500</x-m>
                    <y-m>-0.3967</y-m>
                    <z-m>-0.2027</z-m>
                    <scale>2.0413</scale>
                </marker>
                <condition>
                    <not>
                        <property>/controls/switches/master-bat</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/switches/master-bat</property>
                    <value type="bool">false</value>
                </binding>
            </item>
            <item>
                <name>Fuel Selector Valve</name>
                <value>BOTH</value>
                <marker>
                    <x-m>-0.2383</x-m>
                    <y-m>-0.0017</y-m>
                    <z-m>-0.6467</z-m>
                    <scale>7.4667</scale>
                </marker>
                <condition>
                    <or>
                        <and>
                            <equals>
                                <property>/consumables/fuel/tank/selected</property>
                                <value>1</value>
                            </equals>
                            <equals>
                                <property>/consumables/fuel/tank[1]/selected</property>
                                <value>1</value>
                            </equals>
                        </and>
                        <and>
                            <equals>
                                <property>/consumables/fuel/tank[2]/selected</property>
                                <value>1</value>
                            </equals>
                            <equals>
                                <property>/consumables/fuel/tank[3]/selected</property>
                                <value>1</value>
                            </equals>
                        </and>
                    </or>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/consumables/fuel/tank/selected</property>
                    <value>1</value>
                </binding>
                <binding>
                    <command>property-assign</command>
                    <property>/consumables/fuel/tank[1]/selected</property>
                    <value>1</value>
                </binding>
                <binding>
                    <command>property-assign</command>
                    <property>/consumables/fuel/tank[2]/selected</property>
                    <value>1</value>
                </binding>
                <binding>
                    <command>property-assign</command>
                    <property>/consumables/fuel/tank[3]/selected</property>
                    <value>1</value>
                </binding>
            </item>
            <item>
                <name>Walker</name>
                <value>STEP OUT OF AIRCRAFT</value>
                <condition>
                    <property>/sim/walker/outside</property>
                </condition>
                <binding>
                    <command>property-toggle</command>
                    <property>sim/walker/key-triggers/outside-toggle</property>
                </binding>
            </item>
            <item>
                <name></name>
                <value>NOW GOING AROUND THE AIRCRAFT</value>
            </item>
            <item>
                <name>Baggage door</name>
                <value>LOCK</value>
                <marker>
                    <x-m>1.7562</x-m>
                    <y-m>-0.4521</y-m>
                    <z-m>-0.4000</z-m>
                    <scale>11.0000</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/sim/model/door-positions/baggageDoor/position-norm</property>
                        <value>0.0</value>
                    </equals>
                </condition>
                <binding>
                    <command>nasal</command>
                    <script>c172p.baggageDoor.close();</script>
                </binding>
            </item>
            <item>
                <name>Beacon light</name>
                <value>CHECK</value>
                <marker>
                    <x-m>5.4942</x-m>
                    <y-m>0.0000</y-m>
                    <z-m>1.1132</z-m>
                    <scale>7.0000</scale>
                </marker>
            </item>
            <item>
                <name>Empennage</name>
                <value>CHECK FOR DAMAGE</value>
            </item>
            <item>
                <name>Elevator/Rudder</name>
                <value>CHECK FOR FREEDOM OF MOVEMENT</value>
            </item>
        </page>
        <page>
            <item>
                <name>Tail tie-down</name>
                <value>REMOVE</value>
                <marker>
                    <x-m>4.7000</x-m>
                    <y-m>-0.0033</y-m>
                    <z-m>-0.6678</z-m>
                    <scale>8.1901</scale>
                </marker>
                <condition>
                    <not>
                        <property>sim/model/c172p/securing/tiedownT-visible</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>sim/model/c172p/securing/tiedownT-visible</property>
                    <value type="bool">false</value>
                </binding>
            </item>
            <item>
                <name>Right Aileron</name>
                <value>CHECK FOR FREEDOM OF MOVEMENT</value>
            </item>
            <item>
                <name>Right Wingtip</name>
                <value>CHECK CONDITION</value>
                <value>CHECK LAMPS</value>
            </item>
            <item>
                <name>Right Wing</name>
                <value>CHECK FOR DAMAGE</value>
            </item>
            <item>
                <name>Right tie-down</name>
                <value>REMOVE</value>
                <marker>
                    <x-m>0.1198</x-m>
                    <y-m>2.2624</y-m>
                    <z-m>0.3609</z-m>
                    <scale>2.7686</scale>
                </marker>
                <condition>
                    <not>
                        <property>sim/model/c172p/securing/tiedownR-visible</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>sim/model/c172p/securing/tiedownR-visible</property>
                    <value type="bool">false</value>
                </binding>
            </item>
            <item>
                <name>Right Fuel Tank Sump</name>
                <value>CHECK FOR WATER CONTAMINATION</value>
                <value>(HAS TO BE LIGHT BLUE)</value>
                <marker>
                    <x-m>0.1909</x-m>
                    <y-m>1.7000</y-m>
                    <z-m>0.3587</z-m>
                    <scale>6.4050</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/consumables/fuel/tank[1]/water-contamination</property>
                        <value>0.0</value>
                    </equals>
                </condition>
            </item>
            <item>
                <name>Right Main Wheel</name>
                <value>CHECK FOR TIRE PRESSURE</value>
                <value>CHECK BRAKES FOR LEAKING BRAKE FLUID</value>
            </item>
            <item>
                <name>Oil level</name>
                <value>CHECK</value>
                <marker>
                    <x-m>-0.8645</x-m>
                    <y-m>0.3322</y-m>
                    <z-m>0.1587</z-m>
                    <scale>5.0000</scale>
                </marker>
                <condition>
                    <greater-than>
                        <property>/engines/active-engine/oil-level</property>
                        <value>6.0</value>
                    </greater-than>
                </condition>
            </item>
            <item>
                <name>Propeller/Spinner</name>
                <value>CHECK FOR CONDITION</value>
            </item>
            <item>
                <name>Cowl Plugs</name>
                <value>REMOVED</value>
                <marker>
                  <x-m>-1.7</x-m>
                  <y-m>0.0</y-m>
                  <z-m>-0.0519</z-m>
                  <scale>30.0</scale>
                </marker>
                <condition>
                    <not>
                        <property>sim/model/c172p/securing/cowl-plugs-visible</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>sim/model/c172p/securing/cowl-plugs-visible</property>
                    <value type="bool">false</value>
                </binding>
            </item>
        </page>
        <page>
            <item>
                <name>Nose wheel</name>
                <value>CHECK DAMPER</value>
                <value>CHECK TIRE PRESSURE</value>
            </item>
            <item>
                <name>Wheel Chocks</name>
                <value>REMOVED</value>
                <marker>
                  <x-m>-1.26</x-m>
                  <y-m>0.0</y-m>
                  <z-m>-1.3</z-m>
                  <scale>6.1983</scale>
                </marker>
                <condition>
                    <not>
                        <property>sim/model/c172p/securing/chock</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>sim/model/c172p/securing/chock</property>
                    <value type="bool">false</value>
                </binding>
            </item>
            <item>
                <name>Left Fuel Tank Sump</name>
                <value>CHECK FOR WATER CONTAMINATION</value>
                <value>(HAS TO BE LIGHT BLUE)</value>
                <marker>
                    <x-m>0.1909</x-m>
                    <y-m>-1.7000</y-m>
                    <z-m>0.3587</z-m>
                    <scale>6.4050</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/consumables/fuel/tank[0]/water-contamination</property>
                        <value>0.0</value>
                    </equals>
                </condition>
            </item>
            <item>
                <name>Left Main Wheel</name>
                <value>CHECK FOR TIRE PRESSURE</value>
                <value>CHECK BRAKES FOR LEAKING BRAKE FLUID</value>
            </item>
            <item>
                <name>Pitot tube cover</name>
                <value>REMOVE</value>
                <marker>
                    <x-m>-0.2000</x-m>
                    <y-m>-1.5190</y-m>
                    <z-m>0.3900</z-m>
                    <scale>3.1983</scale>
                </marker>
                <condition>
                    <not>
                        <property>sim/model/c172p/securing/pitot-cover-visible</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>sim/model/c172p/securing/pitot-cover-visible</property>
                    <value type="bool">true</value>
                </binding>
            </item>
            <item>
                <name>Left tie-down</name>
                <value>REMOVE</value>
                <marker>
                    <x-m>0.1198</x-m>
                    <y-m>-2.2624</y-m>
                    <z-m>0.3609</z-m>
                    <scale>2.7686</scale>
                </marker>
                <condition>
                    <not>
                        <property>sim/model/c172p/securing/tiedownL-visible</property>
                    </not>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>sim/model/c172p/securing/tiedownL-visible</property>
                    <value type="bool">false</value>
                </binding>
            </item>
            <item>
                <name>Left Wing</name>
                <value>CHECK FOR DAMAGE</value>
            </item>
            <item>
                <name>Landing light</name>
                <value>CHECK FOR CONDITION AND</value>
                <value>CLEANLINESS OF COVER</value>
                <marker>
                    <x-m>-0.0926</x-m>
                    <y-m>-2.8612</y-m>
                    <z-m>0.5033</z-m>
                    <scale>9.1983</scale>
                </marker>
            </item>
            <item>
                <name>Left Wingtip</name>
                <value>CHECK CONDITION</value>
                <value>CHECK LAMPS</value>
            </item>
            <item>
                <name>Left Aileron</name>
                <value>CHECK FOR FREEDOM OF MOVEMENT</value>
            </item>
            <item>
                <name>Walker</name>
                <value>Back into the Cockpit</value>
                <condition>
                    <not>
                        <property>/sim/walker/outside</property>
                    </not>
                </condition>
                <binding>
                    <command>property-toggle</command>
                    <property>sim/walker/key-triggers/outside-toggle</property>
                </binding>
            </item>
        </page>
    </checklist>

    <checklist>
        <title>Before Starting Engine</title>
        <item>
            <name>Preflight Inspection</name>
            <value>COMPLETE</value>
            <value>Use the walker view to inspect the aircraft externally</value>
            <value>Check fuel and oil levels</value>
        </item>
        <item>
            <name>Water rudders operation (float plane)</name>
            <value>CHECK</value>
        </item>
        <item>
            <name>Water rudders (float plane)</name>
            <value>DOWN (on the water)</value>
            <value>(For taxiing)</value>
            <condition>
                <and>
                    <or>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>3</value>
                        </equals>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>4</value>
                        </equals>
                    </or>
                    <property>/controls/gear/water-rudder</property>
                    <not>
                        <property>/fdm/jsbsim/ground/solid</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/water-rudder</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Passenger Briefing</name>
            <value>COMPLETE</value>
            <value>Inform them about security procedures</value>
        </item>
        <item>
            <name>Seats, Seat Belts, Shoulder Harnesses</name>
            <value>ADJUST and LOCK</value>
        </item>
        <item>
            <name>Brakes</name>
            <value>TEST and SET (shift-B)</value>
            <marker>
                <x-m>-0.3092</x-m>
                <y-m>-0.1992</y-m>
                <z-m>-0.3028</z-m>
                <scale>3.4667</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/gear/brake-parking</property>
                    <value>1</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/brake-parking</property>
                <value>1</value>
            </binding>
        </item>
        <item>
            <name>Circuit Breakers</name>
            <value>CHECK IN</value>
            <marker>
                <x-m>-0.3600</x-m>
                <y-m>-0.2600</y-m>
                <z-m>-0.2144</z-m>
                <scale>3.0000</scale>
            </marker>
        </item>
        <item>
            <name>Electrical Equipment, Autopilot</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3525</x-m>
                <y-m>0.0525</y-m>
                <z-m>0.0148</z-m>
                <scale>4.7167</scale>
            </marker>
        </item>
    </checklist>

    <checklist>
        <title>Starting Engine</title>
        <item>
            <name>Battery Master Switch</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3967</y-m>
                <z-m>-0.2027</z-m>
                <scale>2.0413</scale>
            </marker>
            <condition>
                <property>/controls/switches/master-bat</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-bat</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Flashing Beacon</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1550</y-m>
                <z-m>-0.2377</z-m>
                <scale>1.7167</scale>
            </marker>
            <condition>
                <property>/controls/lighting/beacon</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/beacon</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Prime</name>
            <value>As Required - 2-6 strokes</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.4400</y-m>
                <z-m>-0.2444</z-m>
                <scale>1.8000</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/engine[0]/primer</property>
                    <value>2</value>
                </greater-than>
            </condition>
            <binding>
                <command>nasal</command>
                <script>c172p.autoPrime();</script>
            </binding>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>COLD</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1861</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/engines/current-engine/carb-heat</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Throttle</name>
            <value>OPEN 1/8 INCH</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/engines/current-engine/throttle</property>
                        <value>0.1</value>
                    </greater-than>
                    <less-than>
                        <property>/controls/engines/current-engine/throttle</property>
                        <value>0.4</value>
                    </less-than>
                </and>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/throttle</property>
                <value>0.25</value>
                <rate>0.2</rate>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>1.0</value>
                <rate>0.5</rate>
            </binding>
        </item>
        <item>
            <name>Propellor Area</name>
            <value>CLEAR</value>
        </item>
        <item>
            <name>Magnetos</name>
            <value>BOTH</value>
            <value>(press } three times)</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3600</y-m>
                <z-m>-0.2444</z-m>
                <scale>2.0000</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/switches/magnetos</property>
                    <value>3</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/magnetos</property>
                <value>3</value>
            </binding>
        </item>
        <item>
            <name>Ignition Switch</name>
            <value>ON</value>
            <value>(press s and hold until the engine starts)</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3600</y-m>
                <z-m>-0.2444</z-m>
                <scale>2.0000</scale>
            </marker>
        </item>
        <item>
            <name>Oil Pressure</name>
            <value>CHECK</value>
            <value>(if not GREEN before 30s, secure airplane)</value>
            <marker>
                <x-m>-0.3700</x-m>
                <y-m>-0.3850</y-m>
                <z-m>-0.0344</z-m>
                <scale>1.4000</scale>
            </marker>
        </item>
        <item>
            <name>Alternator Master Switch</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3616</x-m>
                <y-m>-0.4167</y-m>
                <z-m>-0.2102</z-m>
                <scale>1.9587</scale>
            </marker>
            <condition>
                <property>/controls/switches/master-alt</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-alt</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Avionics Power Switch</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3600</x-m>
                <y-m>-0.3230</y-m>
                <z-m>-0.2404</z-m>
                <scale>1.7000</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/switches/master-avionics</property>
                    <value>true</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-avionics</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Navigation Lights, Flashing Beacon</name>
            <value>ON as required</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1650</y-m>
                <z-m>-0.2377</z-m>
                <scale>2.7167</scale>
            </marker>
            <condition>
                <and>
                    <equals>
                        <property>/controls/lighting/nav-lights</property>
                        <value>1</value>
                    </equals>
                    <equals>
                        <property>/controls/lighting/beacon</property>
                        <value>1</value>
                    </equals>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/nav-lights</property>
                <value>1</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/beacon</property>
                <value>1</value>
            </binding>
        </item>
        <item>
            <name>Radios</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3525</x-m>
                <y-m>0.0525</y-m>
                <z-m>0.0148</z-m>
                <scale>4.7167</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/comm[0]/volume</property>
                        <value>0.0</value>
                    </greater-than>
                    <greater-than>
                        <property>/instrumentation/comm[1]/volume</property>
                        <value>0.0</value>
                    </greater-than>
                </and>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/instrumentation/comm[0]/volume</property>
                <value>1.0</value>
                <rate>0.5</rate>
            </binding>
            <binding>
                <command>property-interpolate</command>
                <property>/instrumentation/comm[1]/volume</property>
                <value>1.0</value>
                <rate>0.5</rate>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>Before Takeoff</title>
        <page>
            <item>
                <name>Parking Brake</name>
                <value>SET (shift-B)</value>
                <marker>
                    <x-m>-0.3092</x-m>
                    <y-m>-0.1992</y-m>
                    <z-m>-0.3028</z-m>
                    <scale>3.4667</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/controls/gear/brake-parking</property>
                        <value>1</value>
                    </equals>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/gear/brake-parking</property>
                    <value>1</value>
                </binding>
            </item>
            <item>
                <name>Seats, Seat Belts, Shoulder Harnesses</name>
                <value>CHECK SECURE</value>
            </item>
            <item>
                <name>Cabin Doors</name>
                <value>CLOSED and LOCKED</value>
                <condition>
                    <and>
                        <equals>
                            <property>/sim/model/door-positions/leftDoor/position-norm</property>
                            <value>0</value>
                        </equals>
                        <equals>
                            <property>/sim/model/door-positions/rightDoor/position-norm</property>
                            <value>0</value>
                        </equals>
                        <equals>
                            <property>/sim/model/door-positions/baggageDoor/position-norm</property>
                            <value>0</value>
                        </equals>
                    </and>
                </condition>
                <binding>
                    <command>nasal</command>
                    <script>c172p.leftDoor.close();</script>
                </binding>
                <binding>
                    <command>nasal</command>
                    <script>c172p.rightDoor.close();</script>
                </binding>
                <binding>
                    <command>nasal</command>
                    <script>c172p.baggageDoor.close();</script>
                </binding>
            </item>
            <item>
                <name>Flight Controls</name>
                <value>FREE and CORRECT</value>
            </item>
            <item>
                <name>Flight Instruments</name>
                <value>CHECK and SET</value>
            </item>
            <item>
                <name>Fuel Quantity</name>
                <value>CHECK</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>-0.3970</y-m>
                    <z-m>0.0109</z-m>
                    <scale>2.6333</scale>
                </marker>
            </item>
            <item>
                <name>Mixture</name>
                <value>RICH</value>
                <marker>
                    <x-m>-0.3067</x-m>
                    <y-m>0.0767</y-m>
                    <z-m>-0.1852</z-m>
                    <scale>3.1156</scale>
                </marker>
                <condition>
                    <greater-than>
                        <property>/controls/engines/current-engine/mixture</property>
                        <value>0.9</value>
                    </greater-than>
                </condition>
                <binding>
                    <command>property-interpolate</command>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>1.0</value>
                    <rate>0.5</rate>
                </binding>
            </item>
            <item>
                <name>Fuel Selector Valve</name>
                <value>RECHECK BOTH</value>
                <marker>
                    <x-m>-0.2383</x-m>
                    <y-m>-0.0017</y-m>
                    <z-m>-0.6467</z-m>
                    <scale>7.4667</scale>
                </marker>
                <condition>
                    <and>
                        <equals>
                            <property>/consumables/fuel/tank/selected</property>
                            <value>1</value>
                        </equals>
                        <equals>
                            <property>/consumables/fuel/tank[1]/selected</property>
                            <value>1</value>
                        </equals>
                    </and>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/consumables/fuel/tank/selected</property>
                    <value>1</value>
                </binding>
                <binding>
                    <command>property-assign</command>
                    <property>/consumables/fuel/tank[1]/selected</property>
                    <value>1</value>
                </binding>
            </item>
            <item>
                <name>Elevator Trim</name>
                <value>SET for takeoff</value>
                <marker>
                    <x-m>-0.3467</x-m>
                    <y-m>-0.0475</y-m>
                    <z-m>-0.4608</z-m>
                    <scale>4.7167</scale>
                </marker>
                <condition>
                    <and>
                        <greater-than>
                            <property>/controls/flight/elevator-trim</property>
                            <value>-0.25</value>
                        </greater-than>
                        <less-than>
                            <property>/controls/flight/elevator-trim</property>
                            <value>0.0</value>
                        </less-than>
                    </and>
                </condition>
                <binding>
                    <command>property-interpolate</command>
                    <property>/controls/flight/elevator-trim</property>
                    <value>-0.1</value>
                    <rate>0.1</rate>
                </binding>
            </item>
            <item>
                <name>Throttle</name>
                <value>1700 RPM</value>
                <marker>
                    <x-m>-0.3575</x-m>
                    <y-m>-0.3083</y-m>
                    <z-m>-0.1111</z-m>
                    <scale>3.9167</scale>
                </marker>
                <condition>
                    <and>
                        <greater-than>
                            <property>/engines/active-engine/rpm</property>
                            <value>1600</value>
                        </greater-than>
                        <less-than>
                            <property>/engines/active-engine/rpm</property>
                            <value>1800</value>
                        </less-than>
                    </and>
                </condition>
                <binding>
                    <command>property-interpolate</command>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.69</value>
                    <time>1.0</time>
                </binding>
            </item>
            <item>
                <name>Magnetos</name>
                <marker>
                    <x-m>-0.3500</x-m>
                    <y-m>-0.3600</y-m>
                    <z-m>-0.2444</z-m>
                    <scale>2.0000</scale>
                </marker>
                <value>CHECK RPM DROP</value>
                <value>(125 rpm max)</value>
            </item>
        </page>
        <page>
            <item>
                <name>Carburetor Heat</name>
                <value>CHECK for RPM drop</value>
                <marker>
                    <x-m>-0.3225</x-m>
                    <y-m>-0.0850</y-m>
                    <z-m>-0.1861</z-m>
                    <scale>2.0500</scale>
                </marker>
            </item>
            <item>
                <name>Suction Gauge</name>
                <value>CHECK</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>-0.4283</y-m>
                    <z-m>0.0002</z-m>
                    <scale>1.6333</scale>
                </marker>
            </item>
            <item>
                <name>Engine Instruments and Ammeter</name>
                <value>CHECK</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>-0.4092</y-m>
                    <z-m>-0.1394</z-m>
                    <scale>2.2667</scale>
                </marker>
            </item>
            <item>
                <name>Throttle</name>
                <value>1000RPM or LESS</value>
                <marker>
                    <x-m>-0.3575</x-m>
                    <y-m>-0.3083</y-m>
                    <z-m>-0.1111</z-m>
                    <scale>3.9167</scale>
                </marker>
                <condition>
                    <less-than>
                        <property>/engines/active-engine/rpm</property>
                        <value>1050</value>
                    </less-than>
                </condition>
                <binding>
                    <command>property-interpolate</command>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.1</value>
                    <time>1.0</time>
                </binding>
            </item>
            <item>
                <name>Throttle Friction Lock</name>
                <value>ADJUST</value>
            </item>
            <item>
                <name>Landing Light</name>
                <value>ON</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>-0.1285</y-m>
                    <z-m>-0.1894</z-m>
                    <scale>2.2667</scale>
                </marker>
                <condition>
                    <property>/controls/lighting/landing-lights</property>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/lighting/landing-lights</property>
                    <value type="bool">true</value>
                </binding>
            </item>
            <item>
                <name>Strobe Lights</name>
                <value>ON</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>-0.1285</y-m>
                    <z-m>-0.2394</z-m>
                    <scale>2.2667</scale>
                </marker>
                <condition>
                    <equals>
                        <property>/controls/lighting/strobe</property>
                        <value>1</value>
                    </equals>
                </condition>
                <binding>
                    <command>property-assign</command>
                    <property>/controls/lighting/strobe</property>
                    <value type="bool">true</value>
                </binding>
            </item>
            <item>
                <name>Radios and Avionics</name>
                <value>SET</value>
            </item>
            <item>
                <name>Transponder</name>
                <value>SET code</value>
                <value>(As requested from ATC or 1200 in USA, 7000 rest of the world)</value>
                <marker>
                    <x-m>-0.3300</x-m>
                    <y-m>0.1100</y-m>
                    <z-m>-0.1444</z-m>
                    <scale>3.0000</scale>
                </marker>
            </item>
            <item>
                <name>Transponder Mode</name>
                <value>ON OR ALT</value>
                <marker>
                    <x-m>-0.3300</x-m>
                    <y-m>0.0480</y-m>
                    <z-m>-0.1394</z-m>
                    <scale>1.6000</scale>
                </marker>
                <condition>
                    <or>
                        <equals>
                            <property>/instrumentation/transponder/inputs/knob-mode</property>
                            <value>4</value>
                        </equals>
                        <equals>
                            <property>/instrumentation/transponder/inputs/knob-mode</property>
                            <value>5</value>
                        </equals>
                    </or>
                </condition>
            </item>
            <item>
                <name>Autopilot</name>
                <value>OFF</value>
            </item>
            <item>
                <name>Wing Flaps</name>
                <value>SET for takeoff</value>
                <marker>
                    <x-m>-0.3608</x-m>
                    <y-m>0.1725</y-m>
                    <z-m>-0.2069</z-m>
                    <scale>4.2667</scale>
                </marker>
                <condition>
                    <less-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.5</value>
                    </less-than>
                </condition>
            </item>
            <item>
                <name>Brakes</name>
                <value>RELEASE (shift-b)</value>
                <marker>
                    <x-m>-0.3711</x-m>
                    <y-m>-0.2322</y-m>
                    <z-m>-0.2984</z-m>
                    <scale>3.5950</scale>
                </marker>
                <condition>
                    <not-equals>
                        <property>/controls/gear/brake-parking</property>
                        <value>1</value>
                    </not-equals>
                </condition>
            </item>
        </page>
    </checklist>

    <checklist>
        <title>Normal Takeoff</title>
        <item>
            <name>Wing Flaps</name>
            <value>0 - 10 degrees</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <less-than>
                    <property>/controls/flight/flaps</property>
                    <value>0.5</value>
                </less-than>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>COLD</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1861</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/engines/current-engine/carb-heat</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <value>(above 3000ft, LEAN to obtain maximum RPM)</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>1.0</value>
                <time>1.0</time>
            </binding>
        </item>
        <item>
            <name>Throttle</name>
            <value>FULL OPEN</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.95</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/throttle</property>
                <value>1.0</value>
                <time>2.0</time>
            </binding>
        </item>
        <item>
            <name>Elevator Control</name>
            <value>LIFT NOSE WHEEL</value>
            <value>(at 55 KIAS)</value>
            <condition>
                <greater-than>
                    <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                    <value>55.0</value>
                </greater-than>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>Short Field Takeoff</title>
        <item>
            <name>Wing Flaps</name>
            <value>10 degrees</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.2</value>
                    </greater-than>
                    <less-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.5</value>
                    </less-than>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>0.333333</value>
            </binding>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>COLD</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1861</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/engines/current-engine/carb-heat</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Brakes</name>
            <value>APPLY</value>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/gear/brake-left</property>
                        <value>0.9</value>
                    </greater-than>
                    <greater-than>
                        <property>/controls/gear/brake-right</property>
                        <value>0.9</value>
                    </greater-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Throttle</name>
            <value>FULL OPEN</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.95</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/throttle</property>
                <value>1.0</value>
                <time>2.0</time>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <value>(above 3000ft, LEAN to obtain maximum RPM)</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>1.0</value>
                <time>1.0</time>
            </binding>
        </item>
        <item>
            <name>Brakes</name>
            <value>RELEASE</value>
            <condition>
                <and>
                    <less-than>
                        <property>/controls/gear/brake-left</property>
                        <value>0.1</value>
                    </less-than>
                    <less-than>
                        <property>/controls/gear/brake-right</property>
                        <value>0.1</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Elevator Control</name>
            <value>SLIGHTLY TAIL LOW</value>
        </item>
        <item>
            <name>Climb Speed</name>
            <value>56 KIAS</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
        </item>
    </checklist>

    <checklist>
        <title>Water Takeoff</title>
        <item>
            <name>Water rudders</name>
            <value>UP</value>
            <condition>
                <and>
                    <or>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>3</value>
                        </equals>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>4</value>
                        </equals>
                    </or>
                    <not>
                        <property>/controls/gear/water-rudder</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/water-rudder</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>20 degrees</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.6</value>
                    </greater-than>
                    <less-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.7</value>
                    </less-than>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>COLD</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1852</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/engines/current-engine/carb-heat</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <value>(above 3000ft, LEAN to obtain maximum RPM)</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>1.0</value>
                <time>1.0</time>
            </binding>
        </item>
        <item>
            <name>Elevator Control</name>
            <value>LIGHT BACK PRESSURE</value>
            <condition>
                <and>
                    <less-than>
                        <property>/controls/flight/elevator</property>
                        <value>-0.2</value>
                    </less-than>
                    <greater-than>
                        <property>/controls/flight/elevator</property>
                        <value>-0.4</value>
                    </greater-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Throttle</name>
            <value>FULL OPEN (SLOWLY)</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.95</value>
                </greater-than>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/throttle</property>
                <value>1.0</value>
                <time>2.0</time>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>After Takeoff</title>
        <item>
            <name>Wheels (amphibious)</name>
            <value>UP</value>
            <condition>
                <and>
                    <equals>
                        <property>/fdm/jsbsim/bushkit</property>
                        <value>4</value>
                    </equals>
                    <not>
                        <property>/controls/gear/gear-down</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/gear-down</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Water rudders (float plane)</name>
            <value>UP</value>
            <condition>
                <and>
                    <or>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>3</value>
                        </equals>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>4</value>
                        </equals>
                    </or>
                    <not>
                        <property>/controls/gear/water-rudder</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/water-rudder</property>
                <value type="bool">false</value>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>Enroute Climb</title>
        <item>
            <name>Airspeed</name>
            <value>70-85 KIAS</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>70.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>85.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Throttle</name>
            <value>FULL OPEN</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.95</value>
                </greater-than>
            </condition>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <value>(above 3000ft, LEAN to obtain maximum RPM)</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>Cruise</title>
        <item>
            <name>Altimeter</name>
            <value>SET STD/QNH</value>
            <marker>
                <x-m>-0.359</x-m>
                <y-m>-0.16045</y-m>
                <z-m>0.04119</z-m>
                <scale>1.0</scale>
            </marker>
        </item>
        <item>
            <name>Power</name>
            <value>2100-2700 RPM</value>
            <value>(no more than 75% recommended)</value>
            <marker>
                <x-m>-0.3575</x-m>
                <y-m>-0.3083</y-m>
                <z-m>-0.1623</z-m>
                <scale>3.9167</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/engines/active-engine/rpm</property>
                        <value>2100</value>
                    </greater-than>
                    <less-than>
                        <property>/engines/active-engine/rpm</property>
                        <value>2700</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Elevator Trim</name>
            <value>ADJUST</value>
            <marker>
                <x-m>-0.3467</x-m>
                <y-m>-0.0475</y-m>
                <z-m>-0.4608</z-m>
                <scale>4.7167</scale>
            </marker>
        </item>
        <item>
            <name>Mixture</name>
            <value>LEAN</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
        </item>
        <item>
            <name>Fuel Quantity</name>
            <value>CHECK</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3970</y-m>
                <z-m>0.0109</z-m>
                <scale>2.6333</scale>
            </marker>
        </item>
        <item>
            <name>Lights</name>
            <value>AS REQUIRED</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1470</y-m>
                <z-m>-0.2094</z-m>
                <scale>4.0167</scale>
            </marker>
        </item>
    </checklist>

    <checklist>
        <title>Descent</title>
        <item>
            <name>ATIS</name>
            <value>NOTED</value>
        </item>
        <item>
            <name>Altimeter</name>
            <value>SET QNH</value>
            <marker>
                <x-m>-0.359</x-m>
                <y-m>-0.16045</y-m>
                <z-m>0.04119</z-m>
                <scale>1.0</scale>
            </marker>
        </item>
        <item>
            <name>Landing Light</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1285</y-m>
                <z-m>-0.1894</z-m>
                <scale>2.2667</scale>
            </marker>
            <condition>
                <property>/controls/lighting/landing-lights</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/landing-lights</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Fuel Quantity</name>
            <value>CHECK</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3970</y-m>
                <z-m>0.0109</z-m>
                <scale>2.6333</scale>
            </marker>
        </item>
        <item>
            <name>Fuel Selector Valve</name>
            <value>BOTH</value>
            <marker>
                <x-m>-0.2383</x-m>
                <y-m>-0.0017</y-m>
                <z-m>-0.6467</z-m>
                <scale>7.4667</scale>
            </marker>
            <condition>
                <and>
                    <equals>
                        <property>/consumables/fuel/tank/selected</property>
                        <value>1</value>
                    </equals>
                    <equals>
                        <property>/consumables/fuel/tank[1]/selected</property>
                        <value>1</value>
                    </equals>
                </and>
            </condition>
        </item>
        <item>
            <name>Power</name>
            <value>AS DESIRED</value>
            <marker>
                <x-m>-0.3236</x-m>
                <y-m>-0.0070</y-m>
                <z-m>-0.1985</z-m>
                <scale>3.5725</scale>
            </marker>
        </item>
        <item>
            <name>Mixture</name>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <value>ADJUST for smooth operation</value>
            <value>(full rich for idle power)</value>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>FULL HEAT AS REQUIRED</value>
            <value>(to prevent carburetor icing)</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1852</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>1</value>
                </equals>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>Before Landing</title>
        <item>
            <name>Seats, Seat Belt, Shoulder Harnesses</name>
            <value>SECURE</value>
        </item>
        <item>
            <name>Wheels (amphibious, land)</name>
            <value>DOWN</value>
            <condition>
                <and>
                    <equals>
                        <property>/fdm/jsbsim/bushkit</property>
                        <value>4</value>
                    </equals>
                    <property>/controls/gear/gear-down</property>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/gear-down</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Wheels (amphibious, water)</name>
            <value>UP</value>
            <condition>
                <and>
                    <equals>
                        <property>/fdm/jsbsim/bushkit</property>
                        <value>4</value>
                    </equals>
                    <not>
                        <property>/controls/gear/gear-down</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/gear-down</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Water rudders (float plane)</name>
            <value>UP</value>
            <condition>
                <and>
                    <or>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>3</value>
                        </equals>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>4</value>
                        </equals>
                    </or>
                    <not>
                        <property>/controls/gear/water-rudder</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/water-rudder</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Fuel Selector Valve</name>
            <value>BOTH</value>
            <marker>
                <x-m>-0.2383</x-m>
                <y-m>-0.0017</y-m>
                <z-m>-0.6467</z-m>
                <scale>7.4667</scale>
            </marker>
            <condition>
                <and>
                    <equals>
                        <property>/consumables/fuel/tank/selected</property>
                        <value>1</value>
                    </equals>
                    <equals>
                        <property>/consumables/fuel/tank[1]/selected</property>
                        <value>1</value>
                    </equals>
                </and>
            </condition>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>FULL HEAT</value>
            <value>(apply full heat before reducing power)</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1852</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>1</value>
                </equals>
            </condition>
        </item>
        <item>
            <name>Autopilot</name>
            <value>OFF</value>
        </item>
        <item>
            <name>Landing Light</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1285</y-m>
                <z-m>-0.1894</z-m>
                <scale>2.2667</scale>
            </marker>
            <condition>
                <property>/controls/lighting/landing-lights</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/landing-lights</property>
                <value type="bool">true</value>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>Normal Landing</title>
        <item>
            <name>Airspeed</name>
            <value>65-75 KIAS (flaps UP)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>65.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>75.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>AS DESIRED</value>
            <value>0 - 10 degrees below 110KIAS</value>
            <value>10 - 30 degrees below 85KIAS</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.2</value>
                    </greater-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Airspeed</name>
            <value>60-70 KIAS (flaps DOWN)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>60.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>70.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Touchdown</name>
            <value>MAIN WHEELS FIRST</value>
        </item>
        <item>
            <name>Landing Roll</name>
            <value>LOWER NOSE WHEEL GENTLY</value>
        </item>
        <item>
            <name>Braking</name>
            <value>MINIMUM REQUIRED</value>
        </item>
    </checklist>

    <checklist>
        <title>Short Field Landing</title>
        <item>
            <name>Airspeed</name>
            <value>65-75 KIAS (flaps UP)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>65.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>75.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>FULL DOWN (30 degrees)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/flight/flaps</property>
                    <value>0.9</value>
                </greater-than>
            </condition>
        </item>
        <item>
            <name>Airspeed</name>
            <value>61 KIAS (until flare)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>59.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>63.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Power</name>
            <value>REDUCE to idle after clearing obstacle</value>
            <marker>
                <x-m>-0.2608</x-m>
                <y-m>-0.0033</y-m>
                <z-m>-0.1986</z-m>
                <scale>1.9971</scale>
            </marker>
            <condition>
                <less-than>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.05</value>
                </less-than>
            </condition>
        </item>
        <item>
            <name>Touchdown</name>
            <value>MAIN WHEELS FIRST</value>
        </item>
        <item>
            <name>Braking</name>
            <value>APPLY HEAVILY</value>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/gear/brake-left</property>
                        <value>0.9</value>
                    </greater-than>
                    <greater-than>
                        <property>/controls/gear/brake-right</property>
                        <value>0.9</value>
                    </greater-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>RETRACT</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <less-than>
                    <property>/controls/flight/flaps</property>
                    <value>0.2</value>
                </less-than>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>Water Landing</title>
        <item>
            <name>Airspeed</name>
            <value>65-75 KIAS (flaps UP)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>65.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>75.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>AS DESIRED</value>
            <value>0 - 10 degrees below 110KIAS</value>
            <value>10 - 30 degrees below 85KIAS</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.2</value>
                    </greater-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Airspeed</name>
            <value>60-70 KIAS (flaps DOWN)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>60.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>70.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Touchdown</name>
            <value>SLIGHTLY TAIL LOW</value>
            <value>(NOSE ABOVE HORIZON)</value>
            <condition>
                <greater-than>
                    <property>/orientation/pitch-deg</property>
                    <value>2.0</value>
                </greater-than>
            </condition>
        </item>
        <item>
            <name>Landing Roll</name>
            <value>HOLD YOKE FULL AFT</value>
            <value>(While decelerating to taxi speed)</value>
            <condition>
                <and>
                    <equals>
                        <property>/controls/flight/elevator</property>
                        <value>-1.0</value>
                    </equals>
                </and>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>Aborted Landing</title>
        <item>
            <name>Throttle</name>
            <value>FULL OPEN</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <greater-than>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0.95</value>
                </greater-than>
            </condition>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>COLD</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1852</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>0</value>
                </equals>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>20 degrees (immediately)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.6</value>
                    </greater-than>
                    <less-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.7</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Climb Speed</name>
            <value>55 KIAS</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.3083</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6500</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>53.0</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>58.0</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>10 degrees (until obstacles are cleared)</value>
            <value>RETRACT (after reaching safe altitude and 60 KIAS)</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <less-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.4</value>
                    </less-than>
                </and>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>After Landing</title>
        <item>
            <name>Water rudders (float plane)</name>
            <value>DOWN (on the water)</value>
            <value>(For taxiing)</value>
            <condition>
                <and>
                    <or>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>3</value>
                        </equals>
                        <equals>
                            <property>/fdm/jsbsim/bushkit</property>
                            <value>4</value>
                        </equals>
                    </or>
                    <property>/controls/gear/water-rudder</property>
                    <not>
                        <property>/fdm/jsbsim/ground/solid</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/gear/water-rudder</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>COLD</value>
            <marker>
                <x-m>-0.3225</x-m>
                <y-m>-0.0850</y-m>
                <z-m>-0.1852</z-m>
                <scale>2.0500</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/carb-heat</property>
                    <value>0</value>
                </equals>
            </condition>
        </item>
        <item>
            <name>Wing Flaps</name>
            <value>UP</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <and>
                    <less-than>
                        <property>/controls/flight/flaps</property>
                        <value>0.2</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Transponder Mode</name>
            <value>SBY</value>
            <marker>
                <x-m>-0.3300</x-m>
                <y-m>0.0480</y-m>
                <z-m>-0.1394</z-m>
                <scale>1.6000</scale>
            </marker>
            <condition>
                <equals>
                    <property>/instrumentation/transponder/inputs/knob-mode</property>
                    <value>1</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/instrumentation/transponder/inputs/knob-mode</property>
                <value>1</value>
            </binding>
        </item>
        <item>
            <name>Landing Light</name>
            <value>AS REQUIRED</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1285</y-m>
                <z-m>-0.1894</z-m>
                <scale>2.2667</scale>
            </marker>
        </item>
        <item>
            <name>Taxi Light</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1485</y-m>
                <z-m>-0.1894</z-m>
                <scale>2.2667</scale>
            </marker>
            <condition>
                <property>/controls/lighting/taxi-light</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/taxi-light</property>
                <value type="bool">true</value>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>Securing Airplane</title>
        <item>
            <name>Parking Brake</name>
            <value>SET</value>
            <marker>
                <x-m>-0.3092</x-m>
                <y-m>-0.1992</y-m>
                <z-m>-0.3028</z-m>
                <scale>3.4667</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/gear/brake-parking</property>
                    <value>1</value>
                </equals>
            </condition>
        </item>
        <item>
            <name>Power</name>
            <value>SET 1000 RPM</value>
            <marker>
                <x-m>-0.3575</x-m>
                <y-m>-0.3083</y-m>
                <z-m>-0.1111</z-m>
                <scale>3.9167</scale>
            </marker>
            <condition>
                <less-than>
                    <property>/engines/active-engine/rpm</property>
                    <value>1000</value>
                </less-than>
            </condition>
        </item>
        <item>
            <name>Avionics, Power, Electrical, Autopilot</name>
            <value>ALL OFF</value>
        </item>
        <item>
            <name>Avionics Power Switch</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3600</x-m>
                <y-m>-0.3230</y-m>
                <z-m>-0.2404</z-m>
                <scale>1.7000</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/switches/master-avionics</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-avionics</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>PULLED FULL OUT</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <less-than>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0.05</value>
                </less-than>
            </condition>
        </item>
        <item>
            <name>Magnetos</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3600</y-m>
                <z-m>-0.2444</z-m>
                <scale>2.0000</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/switches/magnetos</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/magnetos</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Flashing Beacon</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>-0.1550</y-m>
                <z-m>-0.2377</z-m>
                <scale>1.7167</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/lighting/beacon</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/lighting/beacon</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Alternator Master Switch</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3616</x-m>
                <y-m>-0.4167</y-m>
                <z-m>-0.2102</z-m>
                <scale>1.9587</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/switches/master-alt</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-alt</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Battery Master Switch</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3967</y-m>
                <z-m>-0.2027</z-m>
                <scale>2.0413</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/switches/master-bat</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-bat</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Control lock</name>
            <value>INSTALL</value>
            <value>(if existing, if not unhide yoke)</value>
            <marker>
                <x-m>-0.2408</x-m>
                <y-m>-0.4483</y-m>
                <z-m>-0.4527</z-m>
                <scale>3.7333</scale>
            </marker>
            <condition>
                <or>
                    <and>
                        <property>/sim/model/c172p/cockpit/control-lock-placed</property>
                        <property>/sim/model/c172p/cockpit/control-lock-visible</property>
                    </and>
                    <property>/sim/model/hide-yoke</property>
                </or>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/sim/model/hide-yoke</property>
                <value type="bool">false</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>/sim/model/c172p/cockpit/control-lock-visible</property>
                <value type="bool">true</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>/sim/model/c172p/cockpit/control-lock-placed</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Walker</name>
            <value>STEP OUT OF AIRCRAFT</value>
            <condition>
                <property>/sim/walker/outside</property>
            </condition>
            <binding>
                <command>property-toggle</command>
                <property>sim/walker/key-triggers/outside-toggle</property>
            </binding>
        </item>
        <item>
            <name>Pitot tube</name>
            <value>COVER</value>
            <marker>
                <x-m>-0.2000</x-m>
                <y-m>-1.5190</y-m>
                <z-m>0.3900</z-m>
                <scale>3.1983</scale>
            </marker>
            <condition>
                <property>sim/model/c172p/securing/pitot-cover-visible</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>sim/model/c172p/securing/pitot-cover-visible</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Left tie-down</name>
            <value>SECURED</value>
            <marker>
                <x-m>0.1198</x-m>
                <y-m>-2.2624</y-m>
                <z-m>0.3609</z-m>
                <scale>2.7686</scale>
            </marker>
            <condition>
                <property>sim/model/c172p/securing/tiedownL-visible</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>sim/model/c172p/securing/tiedownL-visible</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Wheel Chocks</name>
            <value>PLACED</value>
            <marker>
                <x-m>-1.11492</x-m>
                <y-m>0.0</y-m>
                <z-m>-1.18892</z-m>
                <scale>11.4983</scale>
            </marker>
            <condition>
                <property>sim/model/c172p/securing/chock</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>sim/model/c172p/securing/chock</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Cowl Plugs</name>
            <value>PLACED</value>
            <marker>
              <x-m>-1.7</x-m>
              <y-m>0.0</y-m>
              <z-m>-0.0519</z-m>
              <scale>30.0</scale>
            </marker>
            <condition>
                <property>sim/model/c172p/securing/cowl-plugs-visible</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>sim/model/c172p/securing/cowl-plugs-visible</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Right tie-down</name>
            <value>SECURED</value>
            <marker>
                <x-m>0.1198</x-m>
                <y-m>2.2624</y-m>
                <z-m>0.3609</z-m>
                <scale>2.7686</scale>
            </marker>
            <condition>
                <property>sim/model/c172p/securing/tiedownR-visible</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>sim/model/c172p/securing/tiedownR-visible</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Tail tie-down</name>
            <value>SECURED</value>
            <marker>
                <x-m>4.7000</x-m>
                <y-m>-0.0033</y-m>
                <z-m>-0.6678</z-m>
                <scale>8.1901</scale>
            </marker>
            <condition>
                <property>sim/model/c172p/securing/tiedownT-visible</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>sim/model/c172p/securing/tiedownT-visible</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Doors</name>
            <value>CLOSED AND LOCKED</value>
            <condition>
                <and>
                    <equals>
                        <property>/sim/model/door-positions/baggageDoor/position-norm</property>
                        <value>0</value>
                    </equals>
                    <equals>
                        <property>/sim/model/door-positions/leftDoor/position-norm</property>
                        <value>0</value>
                    </equals>
                    <equals>
                        <property>/sim/model/door-positions/rightDoor/position-norm</property>
                        <value>0</value>
                    </equals>
                </and>
            </condition>
            <binding>
                    <command>nasal</command>
                    <script>c172p.leftDoor.close();</script>
            </binding>
            <binding>
                <command>nasal</command>
                <script>c172p.rightDoor.close();</script>
            </binding>
            <binding>
                <command>nasal</command>
                <script>c172p.baggageDoor.close();</script>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>EMERGENCY: Eng. Fail (Takeoff Roll)</title>
        <item>
            <name>Throttle</name>
            <value>IDLE</value>
            <marker>
                <x-m>-0.3342</x-m>
                <y-m>-0.0027</y-m>
                <z-m>-0.2033</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/throttle</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/throttle</property>
                <value>0</value>
                <time>0.5</time>
            </binding>
        </item>
        <item>
            <name>Wheel brakes</name>
            <value>APPLY</value>
            <condition>
                <and>
                    <equals>
                        <property>/controls/gear/brake-left</property>
                        <value>1</value>
                    </equals>
                    <equals>
                        <property>/controls/gear/brake-right</property>
                        <value>1</value>
                    </equals>
                </and>
            </condition>
        </item>
        <item>
            <name>Flaps</name>
            <value>RETRACT</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/flight/flaps</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>CUT OFF</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>0</value>
                <time>0.5</time>
            </binding>
        </item>
        <item>
            <name>Magnetos/Ignition</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3600</y-m>
                <z-m>-0.2444</z-m>
                <scale>2.0000</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/switches/magnetos</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/magnetos</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Battery Master Switch</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3967</y-m>
                <z-m>-0.2027</z-m>
                <scale>2.0413</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/switches/master-bat</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-bat</property>
                <value type="bool">false</value>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>EMERGENCY: Eng. Fail (Takeoff)</title>
        <item>
            <name>Airspeed</name>
            <value>60-65 KIAS</value>
            <marker>
                <x-m>-0.3744</x-m>
                <y-m>-0.3091</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6446</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>57</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>68</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Mixture</name>
            <value>CUT OFF</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>0</value>
                <time>0.5</time>
            </binding>
        </item>
        <item>
            <name>Fuel Selector Valve</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.2645</x-m>
                <y-m>-0.0091</y-m>
                <z-m>-0.6620</z-m>
                <scale>7.5620</scale>
            </marker>
            <condition>
                <and>
                    <not>
                        <property>consumables/fuel/tank[0]/selected</property>
                    </not>
                    <not>
                        <property>consumables/fuel/tank[1]/selected</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>consumables/fuel/tank[0]/selected</property>
                <value type="bool">false</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>consumables/fuel/tank[1]/selected</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Magnetos/Ignition</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3600</y-m>
                <z-m>-0.2444</z-m>
                <scale>2.0000</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/switches/magnetos</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/magnetos</property>
                <value>0</value>
            </binding>
        </item>
        <item>
            <name>Flaps</name>
            <value>FULL</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/flight/flaps</property>
                    <value>1</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>1</value>
            </binding>
        </item>
        <item>
            <name>Battery Master Switch</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3967</y-m>
                <z-m>-0.2027</z-m>
                <scale>2.0413</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/switches/master-bat</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-bat</property>
                <value type="bool">false</value>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>EMERGENCY: Eng. Fail (Flight)</title>
        <item>
            <name>Airspeed</name>
            <value>65 KIAS</value>
            <marker>
                <x-m>-0.3744</x-m>
                <y-m>-0.3091</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6446</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>62</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>68</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Carburetor Heat</name>
            <value>ON</value>
            <marker>
                <x-m>-0.3025</x-m>
                <y-m>-0.0860</y-m>
                <z-m>-0.1852</z-m>
                <scale>2.6529</scale>
            </marker>
            <condition>
                <property>/controls/engines/current-engine/carb-heat</property>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/engines/current-engine/carb-heat</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Fuel Selector Valve</name>
            <value>BOTH</value>
            <marker>
                <x-m>-0.2645</x-m>
                <y-m>-0.0091</y-m>
                <z-m>-0.6620</z-m>
                <scale>7.5620</scale>
            </marker>
            <condition>
                <and>
                    <property>consumables/fuel/tank[0]/selected</property>
                    <property>consumables/fuel/tank[1]/selected</property>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>consumables/fuel/tank[0]/selected</property>
                <value type="bool">true</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>consumables/fuel/tank[1]/selected</property>
                <value type="bool">true</value>
            </binding>
        </item>
        <item>
            <name>Mixture</name>
            <value>RICH</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>1</value>
                </equals>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>1</value>
                <time>0.5</time>
            </binding>
        </item>
        <item>
            <name>Magnetos/Ignition</name>
            <value>BOTH (or START if prop is stopped)</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3600</y-m>
                <z-m>-0.2444</z-m>
                <scale>2.0000</scale>
            </marker>
            <condition>
                <or>
                    <equals>
                        <property>/controls/switches/magnetos</property>
                        <value>3</value>
                    </equals>
                    <equals>
                        <property>/controls/switches/starter</property>
                        <value>1</value>
                    </equals>
                </or>
            </condition>
        </item>
        <item>
            <name>Primer</name>
            <value>A few strokes, then</value>
            <value>IN while holding starter</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.4400</y-m>
                <z-m>-0.2444</z-m>
                <scale>1.0000</scale>
            </marker>
            <condition>
                <and>
                    <equals>
                        <property>/controls/engines/engine/primer-lever</property>
                        <value>0</value>
                    </equals>
                    <greater-than>
                        <property>/controls/engines/engine[0]/primer</property>
                        <value>2</value>
                    </greater-than>
                </and>
            </condition>
            <binding>
                <command>nasal</command>
                <script>c172p.autoPrime();</script>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>controls/engines/engine/primer-lever</property>
                <value>0</value>
            </binding>
        </item>
    </checklist>

    <checklist>
        <title>EMERGENCY: Eng. Fail (Landing)</title>
        <item>
            <name>Airspeed</name>
            <value>60-65 KIAS</value>
            <marker>
                <x-m>-0.3744</x-m>
                <y-m>-0.3091</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6446</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>57</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>68</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>Mixture</name>
            <value>CUT OFF</value>
            <marker>
                <x-m>-0.3067</x-m>
                <y-m>0.0767</y-m>
                <z-m>-0.1852</z-m>
                <scale>3.1156</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/engines/current-engine/mixture</property>
                    <value>0</value>
                </equals>
            </condition>
            <binding>
                <command>property-interpolate</command>
                <property>/controls/engines/current-engine/mixture</property>
                <value>0</value>
                <time>0.5</time>
            </binding>
        </item>
        <item>
            <name>Fuel Selector Valve</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.2645</x-m>
                <y-m>-0.0091</y-m>
                <z-m>-0.6620</z-m>
                <scale>7.5620</scale>
            </marker>
            <condition>
                <and>
                    <not>
                        <property>consumables/fuel/tank[0]/selected</property>
                    </not>
                    <not>
                        <property>consumables/fuel/tank[1]/selected</property>
                    </not>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>consumables/fuel/tank[0]/selected</property>
                <value type="bool">false</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>consumables/fuel/tank[1]/selected</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Flaps</name>
            <value>FULL</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/flight/flaps</property>
                    <value>1</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>1</value>
            </binding>
        </item>
        <item>
            <name>Battery Master Switch</name>
            <value>OFF</value>
            <marker>
                <x-m>-0.3500</x-m>
                <y-m>-0.3967</y-m>
                <z-m>-0.2027</z-m>
                <scale>2.0413</scale>
            </marker>
            <condition>
                <not>
                    <property>/controls/switches/master-bat</property>
                </not>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/switches/master-bat</property>
                <value type="bool">false</value>
            </binding>
        </item>
        <item>
            <name>Touchdown</name>
            <value>SLIGHTLY TAIL LOW</value>
        </item>
        <item>
            <name>Wheel brakes</name>
            <value>APPLY HEAVILY</value>
            <condition>
                <and>
                    <equals>
                        <property>/controls/gear/brake-left</property>
                        <value>1</value>
                    </equals>
                    <equals>
                        <property>/controls/gear/brake-right</property>
                        <value>1</value>
                    </equals>
                </and>
            </condition>
        </item>
    </checklist>

    <checklist>
        <title>EMERGENCY: Ditching</title>
        <item>
            <name>Radio</name>
            <value>MAYDAY on 121.5 MHz</value>
            <value>GIVE LOCATION</value>
            <marker>
                <x-m>-0.3702</x-m>
                <y-m>0.0645</y-m>
                <z-m>0.0851</z-m>
                <scale>3.7769</scale>
            </marker>
            <condition>
                <and>
                    <equals>
                        <property>/instrumentation/comm/frequencies/selected-mhz</property>
                        <value>121.5</value>
                    </equals>
                    <equals>
                        <property>/instrumentation/comm/frequencies/selected-mhz-fmt</property>
                        <value>121.50</value>
                    </equals>
                </and>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/instrumentation/comm/frequencies/selected-mhz</property>
                <value>121.5</value>
            </binding>
            <binding>
                <command>property-assign</command>
                <property>/instrumentation/comm/frequencies/selected-mhz-fmt</property>
                <value>121.5</value>
            </binding>
        </item>
        <item>
            <name>Squak</name>
            <value>7700</value>
            <marker>
                <x-m>-0.3603</x-m>
                <y-m>0.1264</y-m>
                <z-m>-0.1471</z-m>
                <scale>4.4876</scale>
            </marker>
            <condition>
                <equals>
                    <property>/instrumentation/transponder/id-code</property>
                    <value>7700</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/instrumentation/transponder/id-code</property>
                <value>7700</value>
            </binding>
        </item>
        <item>
            <name>Flaps</name>
            <value>FULL</value>
            <marker>
                <x-m>-0.3608</x-m>
                <y-m>0.1725</y-m>
                <z-m>-0.2069</z-m>
                <scale>4.2667</scale>
            </marker>
            <condition>
                <equals>
                    <property>/controls/flight/flaps</property>
                    <value>1</value>
                </equals>
            </condition>
            <binding>
                <command>property-assign</command>
                <property>/controls/flight/flaps</property>
                <value>1</value>
            </binding>
        </item>
        <item>
            <name>Airspeed</name>
            <value>60-65 KIAS</value>
            <marker>
                <x-m>-0.3744</x-m>
                <y-m>-0.3091</y-m>
                <z-m>0.0931</z-m>
                <scale>3.6446</scale>
            </marker>
            <condition>
                <and>
                    <greater-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>57</value>
                    </greater-than>
                    <less-than>
                        <property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
                        <value>68</value>
                    </less-than>
                </and>
            </condition>
        </item>
        <item>
            <name>After touchdown</name>
            <value>LEAVE AIRPLANE IMMEDIATELY</value>
        </item>
    </checklist>
</PropertyList>