labelfields.xml

The labelfields.xml file defines the formatting of the fields which will be used to construct labels. Only the fields which will be used in labels need to be entered.

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

Root Elementlabels
Elementfields
Root Elementfields
Elementfield
AttributeFormatRemarks
idstringID of label field (see this list)
tagstringtext to show when the field is empty
lengthintegernumber of characters from left. Use negative to truncate from right. Leave blank for no limit.
unitsstringUnit to use, when options exist
prefixstringtext to add to the front of the field - always visible provided field is not empty
<labels>
 <fields>
  <field id="afl" tag="***" length="3" units="F"/>
  <field id="cfl" tag="cfl" length="2" units="F"/>
  <field id="cwp" tag="cwp"/>
  <field id="ades" tag="ades" length="-2"/>
 </fields>
</labels>

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


Back