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
| Custom Menu Section 47
<CustomMenuCatalog><CustomMenu><MenuItemList>
<MenuItem
— —
macPlatform="True"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem is applicable to the
Mac platform.
winPlatform="True"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem is applicable to the
Mac platform.
overrideName="False"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem's name property is
overridden.
isSubMenuItem="True"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem is a sub-menu.
specifyScript="False"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem has uses a script to
specify an action.
overrideAction="False"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem's action is
overridden. It's just a flag to indicate if the
internal script step of the menu item is
applicable or not. Note, this is different then
the enable attribute of a script step which
indicates if the step is enabled/disabled. For
custom menu, the script step is always enabled.
isSeparatorItem="False"
Can have the following
values:
1 True
1 False
Indicates if the MenuItem is a separator.
overrideShortcut="False">
Can have the following
values:
1 True
1 False
Indicates if the MenuItem's shortcut should be
overridden.
<CustomMenuCatalog><CustomMenu><MenuItemList>
<MenuItem><CustomMenu
— CustomMenu XML node. This XML node
exists if the MenuItem is a sub-menu.
name="CustomMenu"
— —
id="1">
— —
<CustomMenuCatalog><CustomMenu><MenuItemList>
<MenuItem><Command
— XML node indicating the FileMaker's menu
command id and string if the MenuItem is based
on an existing menu command.
name="File Open"
id="1234">
<CustomMenuCatalog><CustomMenu><MenuItemList>
<MenuItem><Name>
— Exists if overrideName is True.
Tag Name Value Description