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
46 FileMaker Pro Advanced Database Design Report XML Output Grammar
Custom Menu Section
All nodes below start with <FMPReport><File>
Tag Name Value Description
<CustomMenuCatalog>
— —
<CustomMenuCatalog><CustomMenu
— Custom menu XML element.
name="Menu Name"
— Unique name for the menu.
id="1">
— Identifier indicating creation order.
<CustomMenuCatalog<CustomMenu><BaseMenu
— —
name="Menu Name"
— —
value="1">
— —
<CustomMenuCatalog<CustomMenu><Options
— —
findMode="True"
Can have the following
values:
1 True
1 False
Indicates if the custom menu is applicable in
Find mode.
browseMode="True"
Can have the following
values:
1 True
1 False
Indicates if the custom menu is applicable in
Browse mode.
previewMode="True"
Can have the following
values:
1 True
1 False
Indicates if the custom menu is applicable in
Preview mode.
macPlatform="True"
Can have the following
values:
1 True
1 False
Indicates if the custom menu is applicable for
the Mac platform.
winPlatform="False"
Can have the following
values:
1 True
1 False
Indicates if the custom menu is applicable for
the Windows platform.
overrideName="False">
Can have the following
values:
1 True
1 False
Indicates if the custom menu's name property
is overridden.
<CustomMenuCatalog<CustomMenu><Title>
XML node containing the Title calculation of a
custom menu.
<CustomMenuCatalog<CustomMenu><Title><Calculation>
— —
<CustomMenuCatalog<CustomMenu><Title>
<DisplayCalculation>
— —
<CustomMenuCatalog<CustomMenu><Comment>
— XML node containing the comment of a
custom menu.
<CustomMenuCatalog><CustomMenu><MenuItemList>
— —