Database Design Report XML Output Grammar

10 FileMaker Pro Advanced Database Design Report XML Output Grammar
name="Field2"
Valid field name.
id = "2"
Internal unique positive
integer value indicating
creation order.
shadowType="Supplemental">
Can have one of the
following values:
1 Shadow
1 Supplemental
Specifies the shadow field type. Only available
if the parent BaseTable's "shadow" attribute is
"True."
<FieldCatalog><Field><SummaryInfo><AdditionalField>
XML node representing the additional field to
summarize.
<FieldCatalog><Field><SummaryInfo><AdditionalField>
<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.
shadowType="Supplemental">
Can have one of the
following values:
1 Shadow
1 Supplemental
Specifies the shadow field type. Only available
if the parent BaseTable's "shadow" attribute is
"True."
<FieldCatalog><Field><Comment>
Any text string. XML node containing the comment
information of a field definition.
<FieldCatalog><Field><AutoEnter
XML node representing the auto-enter
information of a field.
value="CreationDate"
Can have one of the
following values:
1 CreationTime
1 CreationDate
1 CreationTimeStamp
1 CreationName
1 CreationAccountName
1 ModificationDate
1 ModificationTime
1 ModificationTimeStamp
1 ModificationName
1 ModificationAccountName
1 PreviousRecord
1 ConstantData
Auto-enter type
allowEditing="True"
Can have one of the
following values:
1 True
1 False
Attribute indicates if user is prohibited from
modifying field value during data entry.
Tag Name Value Description