Database Design Report XML Output Grammar

| Script Section 49
Found Sets
Omit Multiple
Records
<Step id="26" name="Omit Multiple Records"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
</Step>
<NoInteract state> can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
Found Sets
Perform Find <Step id="28" name="Perform Find" enable="True">
<StepText>Script step text</StepText>
<Restore state="True"/>
<Query table="test123">
<RequestRow operation="Include">
<Criteria>
<Text>&gt; 11</Text>
<Field name="f2" id="2" repetition="2"
table="test123"/>
</Criteria>
<Criteria>
<Text>&lt; 23</Text>
<Field name="f3" id="2" repetition="2"
table="test123"/>
</Criteria>
</RequestRow>
<RequestRow operation="Exclude">
<Criteria>
<Text>&gt; &quot;wow&quot;</Text>
<Field name="f3" id="2" repetition="2"
table="test123"/>
</Criteria>
<Criteria>
<Text>&gt; test</Text>
<Field name="f4" id="2" repetition="2"
table="test123"/>
</Criteria>
<Criteria>
<Text>&gt; &quot;hello there </Text>
<Field name="f5" id="2" repetition="2"
table="test123"/>
</Criteria>
</RequestRow>
</Query>
</Step>
<Restore state> can be:
1 True
1 False
<RequestRow operation> can
be:
1 Include
1 Exclude
Query node can have 1 or
more RequestRow sub-
nodes.
Each RequestRow node
can in turn have 1 or
more Criteria sub-nodes.
<Text> contains the actual
criteria itself that will be
applied to <Field>.
<Field repetition> is only
output if > 1.
Found Sets
Modify Last
Find
<Step id="24" name="Modify Last Find"
enable="True">
<StepText>Script step text</StepText>
</Step>
Area Name XMLGrammar XMLValues XMLDescription