Database Design Report XML Output Grammar

| Script Section 67
Account
Change
password
<Step id="83" name="Change Password"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<OldPassword>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[{CalcString}]]>
</Calculation>
</OldPassword>
<NewPassword>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[{CalcString}]]>
</Calculation>
</NewPassword>
</Step>
<StepText> contains the full
detailed description of this
script step along with its
options. The contents of
this node are the same as
the ones that will get
printed part of script
definition print.
<NoInteract state> can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
Files
Set Multi-User <Step id="84" name="Set Multi-User"
enable="True">
<StepText>Script step text</StepText>
<MultiUser value="True"/>
</Step>
<MultiUser value> can be:
1 True
1 False
1 OnHidden
Files
Set Use
System
Formats
<Step id="94" name="Set Use System Formats"
enable="True">
<StepText>Script step text</StepText>
<Set state="True"/>
</Step>
<Set state> can be:
1 True
1 False
Files
Save a Copy
As
<Step id="37" name="Save a Copy as"
enable="True">
<StepText>Script step text</StepText>
<AutoOpen state="True"/>
<CreateEmail state="True"/>
<SaveAsType value="Copy"/>
<UniversalPathList>
{PathList}</UniversalPathList>
</Step>
<SaveAsType value> can be:
1 Copy
1 CompactedCopy
1 Clone
<AutoOpen state> can be:
1 True
1 False
<CreateEmail state> can be:
1 True
1 False
{PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
Files
Recover File <Step id="95" name="Recover File" enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
<UniversalPathList>
{PathList}</UniversalPathList>
</Step>
<NoInteract state> can be:
1 True
1 False
{PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
Area Name XMLGrammar XMLValues XMLDescription