|
ENTITY Analytical_model SUBTYPE OF (Information_product); UNIQUE UR1 : id; WHERE WR1: SIZEOF(['analytical model', 'information'] * types_of_product(SELF)) = 2; END_ENTITY; -- Analytical_model |
Entity data types and their attributesProductid: STRING; (OPT) name: STRING; (OPT) description: STRING; Information_product - Analytical_model - |
Global rules for this entity data type- |