This is an old revision of the document!


label_state.xml

The label_state.xml files construct the label for each label state. We recommend the use of one file per state and naming the state accordingly.

  • unconcerned
  • concerned
  • assumed
  • released
  • uncorrelated
  • filtered
  • ground_arr
  • ground_arr_assumed
  • ground_dep
  • ground_dep_assumed

The label_state.xml file is located in the fir/labels/(name) directory

Root Elementlabels
Elementlabel
AttributeFormatRemarks
typestringLabel state - see above list
fontfont to use - defined in sddfonts.xml
Root Elementlabel
Elementline
Defines a line in the label
Root Elementline
Elementfield
AttributeFormatRemarks
idstringID of label field (must be present in labelfields.xml
unselectedbooleanshow field when label is not selected
<labels>
 <label type="unconcerned" font="track" >
  <line>
   <field id="callsign" unselected="true"/>
  </line>
  <line>
   <field id="afl" unselected="true"/>
   <field id="cfl" unselected="true"/>
  </line>
  <line>
   <field id="cwp" unselected="true"/>
   <field id="ades" unselected="false"/>
  </line>
 </label>
</labels>

Note that this file has not been finalised, format changes may occur


Back