|
ENTITY Product_group; id : STRING; description : OPTIONAL STRING; purpose : STRING; membership_rule : OPTIONAL STRING; product_group_context : OPTIONAL STRING; END_ENTITY; -- Product_group |
Entity data types and their attributesProduct_groupid: STRING; (OPT) description: STRING; purpose: STRING; (OPT) membership_rule: STRING; (OPT) product_group_context: STRING; |
Global rules for this entity data type- |