|
ENTITY Functional_product SUBTYPE OF (Information_product); UNIQUE UR1 : id; WHERE WR1: SIZEOF([ 'functional' ] * types_of_product(SELF))= 1; 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- |