Database Design Report XML Output Grammar
Table Of Contents
36 FileMaker Pro Advanced Database Design Report XML Output Grammar
Custom Menu Section
ALL nodes below start with <FMPReport><File>
name="Custom menu"
——
id="1">
——
<CustomMenuSetCatalog<CustomMenuSet><Comment>
——
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.
Tag Name Value Description