|
ENTITY Product_concept; id : STRING; name : STRING; description : OPTIONAL STRING; target_market : OPTIONAL Market; UNIQUE UR1 : id; END_ENTITY; -- Product_concept |
Entity data types and their attributesProduct_conceptid: STRING; name: STRING; (OPT) description: STRING; (OPT) target_market: Market; |
| Product_class (Product_class_arm) |
Global rules for this entity data type- |