Database Design Report XML Output Grammar

24 FileMaker Pro Advanced Database Design Report XML Output Grammar
rotation="0">
<LayoutCatalog><Layout><Object><TabControlObj>
<TabPanelObj><StyleId>
Specifies the ID of the corresponding
ObjectStyle element
<LayoutCatalog><Layout><Object><ExternalObj
typeID="WEBV"
A quadchar string Identifies the layout object
typeIndex="0"
Internal value that selects one of several
available object types associated with typeID
externalFlagSet="1">
Bit flags indicating the following properties:
1 Object can be activated = 0x0001
1 Object can display content in Find Mode =
0x0002
1 Object shows the progress of an operation
= 0x0004
1 Object shows status messages = 0x0008
1 The user explicitly chose a custom calc =
0x8000
<LayoutCatalog><Layout><Object><ExternalObj >
<Calculation index="0">
<![CDATA[{CalcString}]]>
</Calculation>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
<Calculation index="1">
<![CDATA[{CalcString}]]>
</Calculation>
<DisplayCalculation>
<Chunk type="FunctionRef">Abs</Chunk>
<Chunk type="NoRef">(13)</Chunk>
</DisplayCalculation>
ExternalObj can have more than one calculation.
The index attribute value will distinguish what
each calculation is.
<LayoutCatalog><Layout><ObjectStyle
id="1"
fontHeight="12"
graphicFormat="1"
Bit flags indicating the following properties:
1 Shrink to fit = 0x0001
1 Grow to fit = 0x0002
1 Maintain proportions = 0x0004
1 Left align = 0x0008
1 Top align = 0x0010
1 Right align = 0x0020
1 Bottom align = 0x0080
1 Colorize = 0x0040
Tag Name Value Description