Database Design Report XML Output Grammar

| Script Section 47
Navigation
Go to Portal
Row
<Step id="99" name="Go to Portal Row"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<SelectAll state="False"/>
<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
<SelectAll 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
row in the portal (i.e. if
the current row is the
last/first one in the
portal).
Navigation
Go To Field <Step id="17" name="Go to Field" enable="True">
<StepText>Script step text</StepText>
<SelectAll state="True"/>
<Field name="FieldName" id="2"
table="TableName"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
1 True
1 False
Navigation
Go To Next
Field
<Step id="4" name="Go to Next Field"
enable="True">
<StepText>Script step text</StepText>
</Step>
Navigation
Go To
Previous Field
<Step id="5" name="Go to Previous Field"
enable="True">
<StepText>Script step text</StepText>
</Step>
Navigation
Enter Browse
Mode
<Step id="55" name="Enter Browse Mode"
enable="True">
<StepText>Script step text</StepText>
<Pause state="True"/>
</Step>
<Pause state> can be:
1 True
1 False
Area Name XMLGrammar XMLValues XMLDescription