Aircraft checklists: Difference between revisions

Add new <condition> element
mNo edit summary
(Add new <condition> element)
Line 13: Line 13:
** <name> The item name, to appear on the left hand side of the checklist
** <name> The item name, to appear on the left hand side of the checklist
** <value> One or more values, to appear on the right hand side of the checklist.  Second and and subsequent <value> tags are displayed underneath each other.  It is recommended that the <value> tags are kept short, to minimize the size of the displayed checklist.
** <value> One or more values, to appear on the right hand side of the checklist.  Second and and subsequent <value> tags are displayed underneath each other.  It is recommended that the <value> tags are kept short, to minimize the size of the displayed checklist.
** <condition> An optional condition node that evaluates when the checklist item is complete.  Incomplete checklist items are shown in yellow, while completed items are shown in green.


The following example shows a simple checklists XML file:
The following example shows a simple checklists XML file:
Line 23: Line 24:
       <name>Carburetor Heat</name>
       <name>Carburetor Heat</name>
       <value>COLD</value>
       <value>COLD</value>
      <condition>
        <equals>
          <property>/controls/anti-ice/engine[0]/carb-heat</property>
          <value>0</value>
        </equals>
      </condition>
     </item>
     </item>
     <item>
     <item>