Database Design Report XML Output Grammar
Table Of Contents
76 FileMaker Pro Advanced Database Design Report XML Output Grammar
Miscellaneous
Send DDE
Execute ( Win )
<Step id="64" name="Send DDE Execute"
enable="True">
<StepText>Script step text</StepText>
<ContentType value="Calculation">
<UniversalPathList>
{PathList}</UniversalPathList>
<ServiceName>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Word"]]>
</Calculation>
</ServiceName>
<Topic>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["TopicText"]]>
</Calculation>
</Topic>
<Command>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation>
<![CDATA["Delete All"]]>
</Calculation>
</Command>
</Step>
<ContentType value> can be:
1 File
1 Calculation
<Chunk type> can be:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
<UniversalPathList> is
present when
<ContentType value> is
"File" and <Topic> is
present when it is
"Calculation".
{PathList} can consist of
multiple absolute or
relative paths, the first
valid one of which is
used at execution time.
Miscellaneous
Execute SQL <Step id="117" name="Execute SQL"
enable="True">
<StepText>Script step text</StepText>
<NoInteract state="True"/>
{See ODBC data source profile element in Import
Records step}
</Step>
<NoInteract state> can be:
1 True
1 False
{See ODBC data source
profile element in
Import
Records step}
Area Name XMLGrammar XMLValues XMLDescription