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
42 FileMaker Pro Advanced Database Design Report XML Output Grammar
<PrivilegeSet><Layouts><LayoutList><Layout>
<DataAccess
— —
value="Modifiable">
Can have one of the
following values:
1 Modifiable
1 ViewOnly
1 NoAccess
—
<PrivilegeSet><ValueLists
— —
allowCreation="True"
Can have one of the
following values:
1 True
1 False
—
value="Custom" >
Can have one of the
following values:
1 Modifiable
1 ViewOnly
1 Custom
ValueListList node will only exist, if <ValueLists
value> is "Custom"
<PrivilegeSet><ValueLists><ValueListList>
— —
<PrivilegeSet><ValueLists><ValueListList><ValueList
— —
name="Addresses"
— If name attribute is "[Any New Value List]", then
this node will refer to all newly created
ValueLists.
id="23" >
— —
<PrivilegeSet><ValueLists><ValueListList><ValueList>
<Access
— —
value="Modifiable">
Can have one of the
following values:
1 Modifiable
1 ViewOnly
1 NoAccess
—
<PrivilegeSet><Scripts
— —
allowCreation="True"
Can have one of the
following values:
1 True
1 False
—
value="Custom" >
Can have one of the
following values:
1 Modifiable
1 ExecutableOnly
1 NoAccess
ScriptList node will only exist, if <Scripts
value> is "Custom"
<PrivilegeSet><Scripts><ScriptList>
— —
<PrivilegeSet><Scripts><ScriptList><Script
— —
name="MainScript"
— If name attribute is "[Any New Script]", then this
node will refer to all newly created Scripts.
id="221"
— —
Tag Name Va lu e Description