|
ENTITY Product_class_relationship; description : OPTIONAL STRING; relating : Product_class; related : Product_class; relation_type : STRING; END_ENTITY; -- Product_class_relationship |
Entity data types and their attributesProduct_class_relationship(OPT) description: STRING; relating: Product_class; related: Product_class; relation_type: STRING; |
Global rules for this entity data type- |