XML Configuration File Reference
Here is an example of an XML configuration file that defines an aPriori spreadsheet report.
<?xml version="1.0" encoding="utf-8"?>
<reports templatePath="templates/costdriver.report.template.xls" traverseAssemblies="true">
<CostModelWatchpoints sheetName="directCostsData">
<Node name="*" isLeaf="true" suppressZeros="false" tag="first">
<CSL>
<Formula>materialCost</Formula>
<Formula>laborCost</Formula>
<Formula>directOverheadCost</Formula>
<Formula>setupCostPerPart</Formula>
<Formula>expendableToolingCostPerPart</Formula>
<Formula>targetCost</Formula>
</CSL>
</Node>
</CostModelWatchpoints>
<CostModelWatchpoints sheetName="cycleTimeData">
<Node name="*" isLeaf="true" suppressZeros="true" tag="2nd">
<CSL>
<Formula>cycleTime</Formula>
</CSL>
<OperationNodes >
<Node name="*" isLeaf="true" suppressZeros="true"
tag="3rd">
<CSL>
<Formula>cycleTime</Formula>
</CSL>
<GcdTypes>
<Gcd name="*"/>
<Gcd name="CurvedWall"><Attribute>direction
</Attribute></Gcd>
</GcdTypes>
</Node>
</OperationNodes>
</Node>
</CostModelWatchpoints>
</reports>