Name | R_Measurement_Threshold |
---|---|
Entity Type | Table |
Description | A reference table to store dependencies between tag definitions. |
Submodel | PRT |
Entity Scope | Reference |
Primary Key | Threshold_Type , Measurement_Tag_Cat , Threshold_Tag_Cat |
Natural Key | Threshold_Type , Measurement_Tag_Cat , Threshold_Tag_Cat |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Insert_Date | DATE | NA |
Date the entity was created in the repository | No |
DATE |
Insert_User | STRING64 | NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
Measurement_Tag_Cat | R_Measurement_Scal_Cat |
|
The definition of the tag to which the threshold is associated. | Yes |
NUMBER(38) |
Threshold_Tag_Cat | R_Measurement_Scal_Cat |
|
The definition of the tag that provides the threshold value for the parent tag | Yes |
NUMBER(38) |
Threshold_Type | R_Measurement_Tag_Limit |
|
The type of measurement tag threshold. | Yes |
VARCHAR2(64) |
Update_Date | DATE | NA |
Date of the most-recent modification to the entity. | No |
DATE |
Update_User | STRING64 | NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Threshold_Tag_Cat | R_Measurement_Scal_Cat | The definition of the tag that provides the threshold value for the parent tag | Restrict | Yes |
Threshold_Type | R_Measurement_Tag_Limit | The type of measurement tag threshold. | Restrict | Yes |
Measurement_Tag_Cat | R_Measurement_Scal_Cat | The definition of the tag to which the threshold is associated. | Restrict | Yes |