|
ENTITY Functional_product SUBTYPE OF (Information_product); UNIQUE UR1 : id; END_ENTITY; -- Functional_product |
Entity data types and their attributesProductid: STRING; (OPT) name: STRING; (OPT) description: STRING; Information_product - Functional_product - |
Global rules for this entity data type- |