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
16 FileMaker Pro Advanced Database Design Report XML Output Grammar
<RelationshipList><Relationship><RightTable>
<SortList value="True">
Can have one of the
following values:
1 True
1 False
—
<RelationshipList><Relationship><RightTable><SortList>
<Sort type="Descending">
Can have one of the
following values:
1 Ascending
1 Descending
1 Custom
—
<RelationshipList><Relationship><RightTable><SortList>
<Sort><PrimaryField>
Child node is a field element. —
<RelationshipList><Relationship><RightTable><SortList>
<Sort><SummaryField>
Child node is a field element. —
<RelationshipList><Relationship><RightTable><SortList>
<Sort><OverrideLanguage language="Japanese"/>
— —
<RelationshipList><Relationship><RightTable><SortList>
<Sort><ValueList name="New Value List" id="23"/>
— —
<RelationshipList><Relationship><JoinPredicateList>
— —
<RelationshipList><Relationship><JoinPredicateCatalog>
<JoinPredicate type="LessThan" >
Can have one of the
following values:
1 Equal
1 NotEqual
1 LessThan
1 LessThanOrEqualTo
1 GreaterThan
1 GreaterThanOrEqualTo
1 CartesianProduct
—
<RelationshipList><Relationship><JoinPredicateCatalog>
<JoinPredicate><LeftField>
— —
<RelationshipList><Relationship><JoinPredicateCatalog>
<JoinPredicate><LeftField><Field
— —
table="Table1"
— —
id="2"
— —
name="Field1"
— —
<RelationshipList><Relationship><JoinPredicateCatalog>
<JoinPredicate><RightField>
— —
<RelationshipList><Relationship><JoinPredicateCatalog>
<JoinPredicate><RightField><Field
— —
table="Table2"
— —
id="2"
— —
name="Field2">
— —
<TableList>
— —
<TableList><Table
— —
Tag Name Va lu e Description