Database Design Report XML Output Grammar

| Script Section 45
Navigation
Go to Record/
Request/Page
<Step id="16" name="Go to Record/Request/Page"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<Exit state="False"/>
<RowPageLocation value="ByCalculation"/>
<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
<Exit state> can be:
1 True
1 False
<RowPageLocation value>
can be:
1 First
1 Last
1 Previous
1 Next
1 ByCalculation
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<NoInteract> and
<Calculation> nodes are
present when
<RowPageLocation value>
attribute is
"ByCalculation".
<Exit> element is only
present when
<RowPageLocation value>
is "Next" or "Previous".
<Exit state> indicates
whether script execution
should be terminated if
there is no next/previous
record/request/page (i.e.
if the current
record/request/page is
the last/first one).
Area Name XMLGrammar XMLValues XMLDescription