Stores the relationship between the attribute
dictionary group and the attribute dictionary attribute.
Column Descriptions:
| Name | Type | Description |
| ATTRDICTGRP_ID | BIGINT NOT NULL | The internal identifier of the attribute
dictionary group. |
| ATTR_ID | BIGINT NOT NULL | The reference number of an attribute in the ATTR
table. |
| SEQUENCE | DOUBLE NOT NULL DEFAULT 0 | A sequence number that determines the display
order of attributes in an attribute group. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | ATTRDICTGRP_ID+ATTR_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3564 | ATTRDICTGRP_ID | ATTRDICTGRP | ATTRDICTGRP_ID | Cascade |
| F_3565 | ATTR_ID | ATTR | ATTR_ID | Cascade |