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
| ValueList Section 17
ValueList Section
All nodes below start with <FMPReport><File>
name="T"
— —
color = "#fffffff"
— —
id="1"
— —
baseTable = "TName"
— —
baseTableId = "32345">
<TableList><Table><FileReference
— —
name="file reference name"
— —
id="1" >
— —
Tag Name Value Description
<ValueListCatalog>
—
<ValueListCatalog><ValueList
—
name="ValueList1"
Any value —
id="1">
— —
<ValueListCatalog><ValueList><Source value="Custom">
Can have one of the
following values:
1 Custom
1 Field
1 External
<CustomValues/PrimaryField/External> node will
only exist if <Source value> is
"Custom"/"Field"/"External". <SecondaryField>
node will only exist if "also display" checked in
the UI
<ValueListCatalog><ValueList><CustomValues>
— —
<ValueListCatalog><ValueList><CustomValues><Text>
— —
<ValueListCatalog><ValueList><PrimaryField
— —
sort = "True"
show = "True"
resortLanguage ="Finnish" >
Sort can have one of the
following values:
1 True
1 False
show can have one of the
following values:
1 True
1 False
The sort attribute indicates that the field
contents are sorted. The show attribute
indicates that the field contents are included in
the value list. The resortLanguage indicates the
language re-sort is based on.
<ValueListCatalog><ValueList><PrimaryField><Field
— —
table="Table1"
— —
id="2"
— —
name="Field1" >
— —
<ValueListCatalog><ValueList><SecondaryField
— —
Tag Name Va lu e Description