Database Design Report XML Output Grammar

| BaseTable Section 11
calculation="True"
Can have one of the
following values:
1 True
1 False
Attribute indicates if the auto-enter calculation
is applicable.
lookup="True"
Can have one of the
following values:
1 True
1 False
Attribute indicates if the auto-enter lookup
information is applicable.
furigana="True"
Can have one of the
following values:
1 True
1 False
Attribute indicates if the furigana information
is applicable.
alwaysEvaluate="True"
Can have one of the
following values:
1 True
1 False
Attribute indicates if calculation is always
evaluated.
This attribute is applicable to calculation in
field definitions only.
constant="True">
Can have one of the
following values:
1 True
1 False
Attribute indicates if the constant data
information is applicable.
<FieldCatalog><Field><AutoEnter><Serial
Auto-enter serial information.
generate="OnCommit"
Can have one of the
following values:
1 OnCommit
1 OnCreation
Auto-enter serial generate type.
nextValue="1"
A float. Next value.
increment="2" >
Positive integer value in the
range [1, 32767].
Increment value.
<FieldCatalog><Field><AutoEnter><ConstantData>
Any valid text string. Auto-enter data.
<FieldCatalog><Field><AutoEnter><Calculation
XML node for a calculation.
table="Table2">
Valid table name. Indicates the context table of the calculation.
This attribute is applicable to auto-enter
calculation only.
<FieldCatalog><Field><AutoEnter><Calculation>
<![CDATA[field1]]>
CDATA containing the
calculation text.
<FieldCatalog><Field><AutoEnter><DisplayCalculation>
XML node for a calculation. This XMLnode is
for display purposes only. Basically, it breaks a
calculation into sequential chunks.
<FieldCatalog><Field><AutoEnter><DisplayCalculation>
<Chunk type="NoRef">
Can have one of the
following values:
1 NoRef
1 FunctionRef
1 FieldRef
1 CustomFunctionRef
Chunk type. FunctionRef indicates that the
chunk is a calculation function. FieldRef
indicates that the chunkis a field. NoRef
indicates that the chunk has no special
references,but is just ordinary text.
CustomFunctionRef indicates that the chunkis a
custom function.
<FieldCatalog><Field><AutoEnter><Lookup>
XML node containing the auto-enter lookup
information.
Tag Name Value Description