Database Design Report XML Output Grammar
Table Of Contents
- Database Design Report XML Output Grammar
- Table of Contents
- Overview (Summary) Section
- General Section
- File Reference Section
- BaseTable Section
- Relationship Section
- ValueList Section
- Layout Section
- Account Section
- PrivilegeSet Section
- ExtendedPrivilege Section
- Authorized Files Section
- Custom Menu Set Section
- Custom Menu Section
- Custom Function Section
- Script Section
58 FileMaker Pro Advanced Database Design Report XML Output Grammar
Found Sets
Perform Quick
Find
<Step enable="True" id="150" name="Perform
Quick Find">
<StepText>Script step text</StepText>
<Calculation>
<! [CDATA[ "Value" ]] >
</Calculation>
<DisplayCalculation>
<Chunk type="NoRef">"Value"</Chunk>
</DisplayCalculation>
</Step>
— —
Found Sets
Modify Last
Find
<Step id="24" name="Modify Last Find"
enable="True">
<StepText>Script step text</StepText>
</Step>
— —
Sort/Find/Prin
t
Print Setup <Step id="42" name="Print Setup" enable="True">
<StepText>Script step text</StepText>
<NoInteract state="False"/>
<Restore state="true">
<PageFormat PaperTop="0" PaperLeft="0"
PaperBottom="3300" PaperRight="2550"
PrintableWidth="3150" PrintableHeight="2250"
ScaleFactor="1" PageOrientation="Portrait">
<PlatformData PlatformType={PlatformType}>
<![CDATA[{Flattened Windows/Mac specific
settings}]]>
</PlatformData>
</Format>
</Step>
<NoInteract state> can be:
1 True
1 False
<Restore state> can be:
1 True
1 False
<PageFormat
PageOrientation> can be:
1 Portrait
1 ReversePortrait
1 Landscape
1 ReverseLandscape
—
Area Name XMLGrammar XMLValues XMLDescription