Description
Column definition for a Custom Table
Derived By
Restricting anyType
Attributes
| Name |
Type |
Description |
| Id |
string |
Identifier for the column.
|
| PrimaryKey |
YesNoType |
Whether this column is a primary key.
|
| Type |
NMTOKEN (restriction) |
The type of this column.
|
| Width |
integer |
Width of this column.
|
| Nullable |
YesNoType |
Whether this column can be left null.
|
| Localizable |
YesNoType |
Whether this column can be localized.
|
| MinValue |
integer |
Minimum value for a numeric value, date or version in this column.
|
| MaxValue |
integer |
Maximum value for a numeric value, date or version in this column.
|
| KeyTable |
string |
Table in which this column is an external key.
|
| KeyColumn |
integer |
Column in the table in KeyTable attribute.
|
| Category |
NMTOKEN (restriction) |
Category of this column.
|
| Set |
string |
Semicolon delimited list of permissible values.
|
| Description |
string |
Description of this column.
|
| Modularize |
NMTOKEN (restriction) |
How this column should be modularized, if at all.
|
Content Model
Always empty.