Database Design Report XML Output Grammar

| Script Section 39
Script Section
ALL nodes below start with <FMPReport><File>
Individual Steps are listed under <StepList>. The following table shows the XML grammar per script step.
<CustomFunctionCatalog><CustomFunction>
<DisplayCalculation>
——
<CustomFunctionCatalog><CustomFunction>
<DisplayCalculation> <Chunk type="NoRef">
SomeText</Chunk>
type can have one of the
following values:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<CustomFunctionCatalog><CustomFunction><Calculation>
This is the body of the custom function which
is a calculation.
Tag Name Value Description
<ScriptCatalog>
——
<ScriptCatalog><Group
A collection of scripts and/or other groups
name="some_group"
——
id="1"
——
groupCollapsed="True"
Can have one of the
following values:
1 True
1 False
Indicates whether or not this group is collapsed
in the UI.
includeInMenu="True">
Can have one of the
following values:
1 True
1 False
<ScriptCatalog></Group>
<ScriptCatalog><Script
May be contained in a group
name="MainScript"
——
id="122"
——
runFullAccess="True"
Can have one of the
following values:
1 True
1 False
includeInMenu="True" >
Can have one of the
following values:
1 True
1 False
<ScriptCatalog><Script><StepList>
——
Tag Name Value Description