Sample XML file for export or import
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<conditionFullTOList>
<ConditionFullTO>
<notes>this is a test</notes>
<name>Condition1</name>
<Operand1>
<notes></notes>
<expression>Test</expression>
<instance>test</instance>
<negative>false</negative>
<source>Method</source>
<sourceType>Request-Line</sourceType>
</Operand1>
<Operand2>
<notes></notes>
<expression>Test</expression>
<instance></instance>
<negative>false</negative>
<source>Status-Code</source>
<sourceType>Response-Line</sourceType>
</Operand2>
<operator>and</operator>
</ConditionFullTO>
</conditionFullTOList>