|
ENTITY Product_category; id : OPTIONAL STRING; name : STRING; description : OPTIONAL STRING; END_ENTITY; -- Product_category |
Entity data types and their attributesProduct_category(OPT) id: STRING; name: STRING; (OPT) description: STRING; |
Global rules for this entity data type- |