Managing Metadata Attributes

Attribute Types
Each attribute can have one of the following types:
| Attribute type | Accepted values | UI editor type | Values validation |
|---|---|---|---|
| Text | Regular text value | TextBox | - |
| Integer | Integer numbers | TextBox | Type validation |
| Decimal | Decimal numbers | TextBox | Type validation |
| Boolean | True / False value | CheckBox | - |
| Date | Date value | Date picker | - |
| Enumeration | One value from a list of predefined values | Drop down / Select | - |
| Array (Tag) | A number of custom values provided by user | Tag Input - custom editor | - |
Attribute type cannot change once the definition is saved.

