Model
Primary key: id
Data fields
| Name | Title | Type | Required | Constraints | Description |
|---|---|---|---|---|---|
id | string | ✓ | maxLength=50 | ID of the model. Optimally that should be a short and descriptive name that include the model version (e.g. escmodv2.1) | |
name | string | ✓ | The name of the model | ||
name_long | string | ✓ | A longer version of the name of the model | ||
version | string | The version of the model | |||
label | string | maxLength=255 | Labels used in graphs etc. to denote the element | ||
description | string | Explanation and documentation of a single element | |||
color | string | maxLength=7 pattern=^#(?:[0-9a-fA-F]{3}){1,2}$ | Hex color used in graphs etc. to denote the element |