Data Types
Schema Type attributes and qualifying information for Capabilities and Privileges can have data types.
The following elements of an Organization Model can have data types:
- Schema Type attributes, see Attributes.
 - Qualifying information for Capabilities and Privileges, see Capabilities and Privileges.
 
The table describes the data types that these elements can have.
| Type | Description | 
|---|---|
| Boolean | A value of True or False, or blank. | 
| Date | Any date in the format of the locale on your machine. | 
| DateTime | A date and time in the format of the locale on your machine. | 
| Decimal | Any number, positive or negative, up to the number of decimals you specify. | 
| Enum | An enumerated type. By selecting this type, you can specify an enumerated value. Each Enum is one of the list of values that make up an EnumSet. | 
| EnumSet | A data type that can contain a list of values. By selecting this type, you can specify a set of enumerated values. | 
| Integer | A whole number, including zero and negative numbers. | 
| Set | Allows arrays of arbitrary, unique, string values. | 
| Text | Any combination of alphanumeric characters. | 
| Time | Any time in the format of the locale on your machine. |