Database Design Report XML Output Grammar

| Script Section 77
Miscellaneous
Send Event
(Win)
<Step id="57" name="Send event" enable="True">
<StepText>Script step text</StepText>
<ContentType value="Calculation">
<UniversalPathList>
{PathList}</UniversalPathList>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>{CalcString}</Calculation>
<Text>{TextString}</Text>
<Event class={class} id={id}
TargetName={TargetName}
TargetType={TargetType}
BringTargetToForeground="True"
WaitForCompletion="True"
CopyResultToClipBoard="False"/>
</Step>
<ContentType value> can be:
1 File
1 Calculation
1 Text
<Event class>, <Event id>, and
<Event TargetType> are four
character Apple Event
related strings.
<Event
BringTargetToForeground>
can be:
1 True
1 False
<Event WaitForCompletion>
can be:
1 True
1 False
<Event
CopyResultToClipBoard>
can be:
1 True
1 False
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<UniversalPathList> is
present when
<ContentType value> is
"File", <Calculation> is
present when it is
"Calculation", and <Text>
is present when it is
"Text".
{PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
Miscellaneous
Comment <Step id="89" name="Comment" enable="True">
<StepText>Script step text</StepText>
<Text>This is a comment</Text>
</Step>
Miscellaneous
Flush Cache to
Disk
<Step id="102" name="Flush Cache to Disk"
enable="True">
<StepText>Script step text</StepText>
</Step>
Miscellaneous
Exit
Application
<Step id="44" name="Exit Application"
enable="True">
<StepText>Script step text</StepText>
</Step>
Open Menu
Item
Open
Find/Replace
<Step id="129" name="Open Find/Replace"
enable="True">
<StepText>Script step text</StepText>
</Step>
Area Name XMLGrammar XMLValues XMLDescription