Database Design Report XML Output Grammar

| BaseTable Section 9
<FieldCatalog><Field><DisplayCalculation>
XML node for a calculation. This XML node is
for display purposes only. Basically, it breaks a
calculation into sequential chunks.
<FieldCatalog><Field><DisplayCalculation>
<Chunk type="FieldRef">
Can have one of the
following values:
1 FunctionRef
1 FieldRef
1 NoRef
1 CustomFunctionRef
Chunk type. FunctionRef indicates that the
chunk is a calculation function. FieldRef
indicates that the chunk is a field. NoRef
indicates that the chunk has no special
references, but is just ordinary text.
CustomFunctionRef indicates that the chunk is a
custom function.
<FieldCatalog><Field><DisplayCalculation><Chunk><Field
XML node for a field.
name = "F1"
Valid field name.
id = "2"
Internal unique positive
integer value indicating
creating order.
table = "Customer1"
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><SummaryInfo
XML node for field summary.
operation="Total"
Can have one of the
following values:
1 Total
1 RunningTotal
1 Average
1 WeightedAverage
1 Count
1 RunningCount
1 Minimum
1 Maximum
1 StdDeviation
1 StdDeviationByPopulation
1 Fractional
1 FractionalSubtotal
Summary operation.
summarizeRepetition="Individually"
Can have one of the
following values:
1 Together
1 Individually
Summarize repetition property.
restartForEachSortedGroup="True">
Can have one of the
following values:
1 True
1 False
This attribute is applicable only if the operation
is RunningTotal or RunningCount.
<FieldCatalog><Field><SummaryInfo><SummaryField>
XML node representing the field to
summarize.
<FieldCatalog><Field><SummaryInfo><SummaryField>
<Field
XML node for a field.
Tag Name Value Description