Database Design Report XML Output Grammar

12 FileMaker Pro Advanced Database Design Report XML Output Grammar
<FieldCatalog><Field><AutoEnter><Lookup><Table
Table occurrence XML node. Represents the
context table occurrence of the lookup.
name="Table"
Valid table occurrence name.
id="2">
Internal unique positive
integer value indicating
creation order.
<FieldCatalog><Field><AutoEnter><Lookup><Field
XML node for a field.
name="Field2"
Valid field name.
id = "2"
Internal unique positive
integer value indicating
creation order.
table="Table1"
Table occurrence name.
repetition="2" >
If repetition is "1", then it is
implicit, no need to output it.
<FieldCatalog><Field><AutoEnter><Lookup>
<NoMatchCopyOption
Lookup option.
value="DoNotCopy" >
Can have one of the
following values:
1 DoNotCopy
1 CopyNextLower
1 CopyNextHigher
1 CopyConstant
<FieldCatalog><Field><AutoEnter><Lookup>
<CopyConstantValue>
Any valid text string. Lookup data information.
<FieldCatalog><Field><AutoEnter><Lookup>
<CopyEmptyContent
Lookup copy empty content option.
value="True" >
Can have one of the
following values:
1 True
1 False
<FieldCatalog><Field><Validation
type = "Always"
Type can have the following
values:
1 Always
1 OnlyDuringDataEntry
alwaysValidateCalculation = "True"
Can have one of the
following values:
1 True
1 False
Always validate calculation.
calculation="True"
Can have one of the
following values:
1 True
1 False
Indicates if the validation calculation is
applicable.
valuelist="True"
Can have one of the
following values:
1 True
1 False
Indicates if the validation value list is
applicable.
Tag Name Value Description