Database Design Report XML Output Grammar
Table Of Contents
44 FileMaker Pro Advanced Database Design Report XML Output Grammar
Control
Loop <Step id="71" name="Loop" enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Control
Exit Loop If <Step id="72" name="Exit Loop If" enable="True">
<StepText>Script step text</StepText>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
</Step>
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
—
Control
End Loop <Step id="73" name="End Loop" enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Control
Allow User
Abort
<Step id="85" name="Allow User Abort"
enable="True">
<StepText>Script step text</StepText>
<Set state="True"/>
</Step>
<Set state> can be:
1 True
1 False
—
Control
Set Error
Capture
<Step id="86" name="Set Error Capture"
enable="True">
<StepText>Script step text</StepText>
<Set state="True"/>
</Step>
<Set state> can be:
1 True
1 False
—
Navigation
Go to Layout <Step id="6" name="Go to Layout" enable="True">
<StepText>Script step text</StepText>
<LayoutDestination value="SelectedLayout"/>
<Layout name="LayoutName" id="1"/>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA[CalcString]]>
</Calculation>
</Layout>
</Step>
<LayoutDestination value>
can be:
1 OriginalLayout
1 LayoutNameByCalc
1 LayoutNumberByCalc
1 SelectedLayout
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<Layout> element is only
output if <LayoutLocation
value> is not
"OriginalLayout".
<Calculation> element is
only output if
<LayoutDestination value>
is "LayoutNameByCalc" or
"LayoutNumberByCalc".
<Layout id> is required in
case there is more than
one layout with the same
name.
Area Name XMLGrammar XMLValues XMLDescription