|
ENTITY Product_class SUBTYPE OF (Product_concept); version_id : OPTIONAL STRING; level_type : OPTIONAL STRING; WHERE WR1: NOT EXISTS(SELF\Product_concept.target_market); END_ENTITY; -- Product_class |
Entity data types and their attributesProduct_conceptid: STRING; name: STRING; (OPT) description: STRING; (OPT) target_market: Market; Product_class (OPT) version_id: STRING; (OPT) level_type: STRING; |
Global rules for this entity data type- |