| Name |
Type |
Description |
Required |
| Id |
String |
Identifier for the column. |
Yes |
| Category |
Enumeration |
Category of this column. This attribute's value must be one of the following:- Text
- UpperCase
- LowerCase
- Integer
- DoubleInteger
- TimeDate
- Identifier
- Property
- Filename
- WildCardFilename
- Path
- Paths
- AnyPath
- DefaultDir
- RegPath
- Formatted
- Template
- Condition
- Guid
- Version
- Language
- Binary
- CustomSource
- Cabinet
- Shortcut
|
|
| Description |
String |
Description of this column. |
|
| KeyColumn |
Integer |
Column in the table in KeyTable attribute. |
|
| KeyTable |
String |
Table in which this column is an external key. Can be semicolon delimited. |
|
| Localizable |
YesNoType
|
Whether this column can be localized. |
|
| MaxValue |
Integer |
Maximum value for a numeric value, date or version in this column. |
|
| MinValue |
Integer |
Minimum value for a numeric value, date or version in this column. |
|
| Modularize |
ModularizeType
|
How this column should be modularized, if at all. |
|
| Nullable |
YesNoType
|
Whether this column can be left null. |
|
| PrimaryKey |
YesNoType
|
Whether this column is a primary key. |
|
| Set |
String |
Semicolon delimited list of permissible values. |
|
| Type |
Enumeration |
The type of this column. This attribute's value must be one of the following:- binary
- int
- string
|
Yes |
| Width |
Integer |
Width of this column. |
|