|
ENTITY Class_category_association; associated_product_class : Product_class; mandatory : BOOLEAN; associated_category : Specification_category; END_ENTITY; -- Class_category_association |
Entity data types and their attributesClass_category_associationassociated_product_class: Product_class; mandatory: BOOLEAN; associated_category: Specification_category; |
Global rules for this entity data type- |