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
| PrivilegeSet Section 39
idleDisconnect="True"
Can have one of the
following values:
1 True
1 False
—
menu="All"
Can have one of the
following values:
1 All
1 EditOnly
1 Minimal
—
allowModifyPassword ="True"
Can have one of the
following values:
1 True
1 False
—
passwordExpiry = "90"
— Number of days before the password expires
passwordMinLength = "8"
— —
comment ="Some description text">
— —
<PrivilegeSet><Records
— —
value="ViewOnly"
Can have one of the
following values:
1 ViewOnly
1 CreateEdit
1 CreateEditDelete
1 NoAccess
1 Custom
—
<PrivilegeSet><Records><TableList>
— TableList node will only exist, if <Records
value> is "Custom"
<PrivilegeSet><Records><TableList><BaseTable
— —
name="addressbook"
— If name attribute is "[Any New Table]", then this
node will refer to all newly created tables.
shadow="True"
Can have one of the
following values:
1 True
1 False
Indicates whether or not this table is a shadow
table.
id="123" >
— —
<PrivilegeSet><Records><TableList><BaseTable>
<DataSourceRef
A reference to the data source associated with
this table. Only available if the "shadow"
attribute of the parent BaseTable is "True".
name="..."
Any valid string. The name of the data source (data source
names are unique.)
catalogName="catalog"
Any valid string. The name of the remote table's catalog in the
ODBC data source.
schemaName="schema"
Any valid string. The name of the remote table's schema in the
ODBC data source.
tableName="table">
Any valid string. The name of the remote table's table name in
the ODBC data source.
Tag Name Va lu e Description