|
ENTITY Product_configuration; id : STRING; name : STRING; description : OPTIONAL STRING; item_context : Product_concept; INVERSE corresponding_design : SET [0:1] OF Item_design_association FOR configuration; END_ENTITY; -- Product_configuration |
Entity data types and their attributesProduct_configurationid: STRING; name: STRING; (OPT) description: STRING; item_context: Product_concept; (INV) corresponding_design: SET [0:1] OF Item_design_association FOR configuration; |
| Product_specification (Specified_product_arm) |
Global rules for this entity data type- |