POSC Meta Model Specifications Version 2.3
Meta Data Relational Implementation
EPIC_TYPE
(EPIC_TYPE)
(DDL)
The EXPRESS base type or the Epicentre type that is the underlying type for an attribute or ndt.
epic_type_s
(PK, M: CHAR VARYING(19))
Surrogate key of the table.
epic_name
(M: CHAR VARYING(40))
epic_type
.epic_name
The name of the type, for example, STRING, QUANTITY etc.
n_param
(M: INTEGER)
epic_type
.n_param
The number of parameters needed by this type.
param_1_link
(O: CHAR VARYING(40))
epic_type
.param_1_link
The name of the entity the value of the parameter should be linked to.
param_1_text
(O: CHAR VARYING(80))
epic_type
.param_1_text
Describes the meaning of param_1 for this particular epic_type.
param_2_link
(O: CHAR VARYING(40))
epic_type
.param_2_link
The name of the entity the value of param_2 should be linked to.
param_2_text
(O: CHAR VARYING(80))
epic_type
.param_2_text
Describes the meaning of param_2 for this particular epic_type.
param_3_link
(O: CHAR VARYING(40))
epic_type
.param_3_link
The name of the entity the value of param_3 should be linked to.
param_3_text
(O: CHAR VARYING(80))
epic_type
.param_3_text
Describes the meaning of param_3 for this particular epic_type.
param_4_link
(O: CHAR VARYING(40))
epic_type
.param_4_link
The name of the entity the value of param_4 should be linked to.
param_4_text
(O: CHAR VARYING(80))
epic_type
.param_4_text
Describes the meaning of param_4 for this particular epic_type.
param_5_link
(O: CHAR VARYING(40))
epic_type
.param_5_link
The name of the entity the value of param_5 should be linked to.
param_5_text
(O: CHAR VARYING(80))
epic_type
.param_5_text
Describes the meaning of param_5 for this particular epic_type.
param_6_link
(O: CHAR VARYING(40))
epic_type
.param_6_link
The name of the entity the value of param_6 should be linked to.
param_6_text
(O: CHAR VARYING(80))
epic_type
.param_6_text
Describes the meaning of param_6 for this particular epic_type.
Table is related to:
type_def
Primary Key Constraint on:
EPIC_TYPE_S
Fully implemented Unique Constraint on:
EPIC_NAME
© Copyright 1997-2001 POSC. All rights reserved.