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 Element | labels | |
---|---|---|
Element | fields |
Root Element | fields | |
---|---|---|
Element | field | |
Attribute | Format | Remarks |
id | string | ID of label field (see this list) |
tag | string | text to show when the field is empty |
length | integer | number of characters from left. Use negative to truncate from right. Leave blank for no limit. |
units | string | Unit to use, when options exist |
prefix | string | text 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