Units Section of the XML File

When a project is exported to wInsight, the elements of cost selected on the Element of Cost page of the wInsight Wizard are exported to the <Units> section of the XML file.

The elements information is placed in the <Units> section in the following format:

<Units>
<Unit id="un1">
<UnitName>Dollars</UnitName>
<Scale>3</Scale>
<Symbol>$</Symbol>
<Prefix>T</Prefix>
<Pad>F</Pad>
<UnitSeq>1</UnitSeq>
<RptSeq>1</RptSeq>
</Unit>
</Units>