Database Design Report XML Output Grammar

| Script Section 57
Fields
Replace Field
Contents
<Step id="91" name="Replace Field Contents"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<With value="None">
</Step>
<Step id="91" name="Replace Field Contents"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<With value="CurrentContents">
<Field name="f3" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
<Step id="91" name="Replace Field Contents"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<With value="SerialNumbers">
<SerialNumbers UseEntryOptions="False"
InitialValue="0" Increment="1"
UpdateEntryOptions="False"/>
<Field name="f3" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
<NoInteract state> can be:
1 True
1 False
<With value> can be:
1 None
1 CurrentContents
1 SerialNumbers
1 Calculation
<SerialNumbers
UseEntryOptions> can be:
1 True
1 False
<SerialNumbers
UpdateEntryOptions> can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<With value> reflects the
user's choice of what to
replace the specified
fields contents with.
<SerialNumbers> is
present when <With
value> is "SerialNumbers".
<SerialNumbers
InitialValue> and
<SerialNumbers
Increment> can optionally
be used to control serial
number generation.
<Calculation> is present
when <With value> is
"Calculation".
Area Name XMLGrammar XMLValues XMLDescription
(continued
on next page)