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
40 FileMaker Pro Advanced Database Design Report XML Output Grammar
<PrivilegeSet><Records><TableList><Table>
<View value="True">
Can have one of the
following values:
1 True
1 False
1 Limited
—
<PrivilegeSet><Records><TableList><Table><View>
<Calculation><![CDATA[Calc String]]>
— This node will only exist if <View value> is
"Limited"
<PrivilegeSet><Records><TableList><Table><View>
<DisplayCalculation>
— This node will only exist if <View value> is
"Limited"
<PrivilegeSet><Records><TableList><Table><View>
<DisplayCalculation><Chunk type="NoRef">
SomeText</Chunk>
Type can have one of the
following values:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
—
<PrivilegeSet><Records><TableList><Table>
<Edit value="True">
Can have one of the
following values:
1 True
1 False
1 Limited
—
<PrivilegeSet><Records><TableList><Table><Edit>
<Calculation><![CDATA[Calc String]]>
— This node will only exist if <Edit value> is
"Limited"
<PrivilegeSet><Records><TableList><Table><Edit>
<DisplayCalculation>
— This node will only exist if <Edit value> is
"Limited"
<PrivilegeSet><Records><TableList><Table><Edit>
<DisplayCalculation><Chunk type="NoRef">
SomeText</Chunk>
Type can have one of the
following values:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
—
<PrivilegeSet><Records><TableList><Table>
<Create value="True">
Can have one of the
following values:
1 True
1 False
—
<PrivilegeSet><Records><TableList><Table>
<Delete value="True">
Can have one of the
following values:
1 True
1 False
1 Limited
—
<PrivilegeSet><Records><TableList><Table><Delete>
<Calculation>
— This node will only exist if <Delete value> is
"Limited"
<PrivilegeSet><Records><TableList><Table><Delete>
<DisplayCalculation>
— This node will only exist if <Delete value> is
"Limited"
Tag Name Va lu e Description