Database Design Report XML Output Grammar
Table Of Contents
22 FileMaker Pro Advanced Database Design Report XML Output Grammar
name="Cities"
id="23">
——
<LayoutCatalog><Layout><Object><GroupButtonObj>
— Can have other child Object nodes.
<LayoutCatalog><Layout><Object><GroupButtonObj>
<Step>
— Step node and all its children can contain script
steps as covered under the Script Section
<LayoutCatalog><Layout><Object><TextObj>
——
<LayoutCatalog><Layout><Object><TextObj><FieldList>
——
<LayoutCatalog><Layout><Object><TextObj><FieldList>
<Field name="field" id="2" table="table" repetition="2"/>
——
<LayoutCatalog><Layout><Object><PortalObj
——
portalFlags="1"
— Possible flag values and their meanings are:
1 Show scroll bar onportal = 0x0001
1 Has alternating row background fill =
0x0002
1 Allow deletion of rows = 0x0004
1 Rows should be sorted(according to
associated sort spec) = 0x0008
1 Retain scroll bar position after active exit =
0x0010
numOfRows="2"
— Number of rows shown on the portal.
initialRow="1">
— Initial row number.
<LayoutCatalog><Layout><Object><PortalObj>
<TableAliasKey>
— Name of table occurrence of the portal object.
<LayoutCatalog><Layout><Object><PortalObj><FieldList>
——
<LayoutCatalog><Layout><Object><PortalObj><FieldList>
<Field
——
name="Table"
——
id="2"
——
table="Table1">
——
Tag Name Value Description