Name | Code | Status | Type | Description |
Empty | | | | |
With code | withCode | | | |
With all | withAll | O | String [123] | Attribute with all options set up. |
Display only | | D/O | | |
Optional | | O | | |
Mandatory | | M | | |
Unique | | U | | |
Natural key | | NK | | |
Primary key | | PK | | |
Integer | | | Integer | |
Float | | | Float | |
Decimal | | | Decimal | |
Boolean | | | Boolean | |
Date | | | Date | |
Time | | | Time | |
Date time | | | Date-time | |
Timestamp | | | Timestamp | |
Binary | | | Binary [4098] | |
String without length | | | String [] | |
Binary without length | | | Binary [] | |
Reference to other structure | | | Detail 1 | |
Collection of integers | | | Collection [Integer] | |
Integer with length | | | Integer [3] | Three digits. |
Collection of integers with length | | | Collection [Integer] [10] | Collection of max 10 integers. |
Collection of other structures | | | Collection [Detail N] | |
Collection of other structures with length | | | Collection [Detail N] [5] | Collection of max 5 instances of DetailN. |
Selected detail N | | | Detail N | |