|
ENTITY Part SUBTYPE OF (Product); WHERE WR1: SIZEOF(['part', 'raw material', 'tool']*types_of_product(SELF))=1; END_ENTITY; -- Part |
Entity data types and their attributesProductid: STRING; (OPT) name: STRING; (OPT) description: STRING; Part - |
Global rules for this entity data typeunique_part_id (Design_product_data_management_arm) |