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