XML format for the table object
The table element is a child of the schema object.
The table contains children elements of type column and index.
<schema schemaRevision="60" customerRevision=""
<table name="case" id=0 >
<column .../>
<index>...</index>
</table>
</schema>
Attribute Name |
Required |
Default |
Description |
---|---|---|---|
name |
Yes |
|
Specifies the name of the table. This must be a unique name amongst all tables and views. |
id |
Yes |
|
Specifies the id number of the table. This must be a unique id amongst all tables and views. The customer range for IDs is 430-511 and 2000-4999. |
description |
No |
|
Description of the table and its purpose. |
groupName |
No |
|
Specifies the name of the application module that the table is used by. |
areIDsCached |
No |
false |
Specifies if objid caching is enabled for this table when using the Clarify Classic Client. |
areFlexibleAttributesAllowed |
No |
false |
Specifies if the object can have flexible attributes. |
isFlexibleAttributeTable |
No |
false |
Specifies if the object is a flexible attributes table. |
isOnlyMetadata |
No |
false |
Indicates if the table is only represented in the metadata layer (ADP tables), and not a physical table. |
See Also |
Next |