Database Design Report XML Output Grammar
Table Of Contents
54 FileMaker Pro Advanced Database Design Report XML Output Grammar
Fields
Insert Current
Date
<Step id="13" name="Insert Current Date"
enable="True">
<StepText>Script step text</StepText>
<SelectAll state="True"/>
<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>
<SelectAll state> can be:
1 True
1 False
—
Fields
Insert Current
Time
<Step id="14" name="Insert Current Time"
enable="True">
<StepText>Script step text</StepText>
<SelectAll state="True"/>
<Field name="f4" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
<SelectAll state> can be:
1 True
1 False
—
Fields
Insert Current
User Name
<Step id="60" name="Insert Current User Name"
enable="True">
<StepText>Script step text</StepText>
<SelectAll state="True"/>
<Field name="f4" id="2" table="test"/>
<Repetition>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Value"]]>
</Calculation>
</Repetition>
</Step>
<SelectAll state> can be:
1 True
1 False
—
Fields
Insert Picture <Step id="56" name="Insert Picture"
enable="True">
<StepText>Script step text</StepText>
<UniversalPathList type="Reference">
{PathList}</UniversalPathList>
</Step>
<UniversalPathList type> can
be:
1 Reference
1 Embedded
{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