A Creating_activity_for_product is a Activity_for_product that indicates the product does not exist before the activity.
EXAMPLE - 'Part type XYZ_123' is a Product_specification_or_set. 'Part type XYZ_123 manufacturing process 1' is an Activity specification.
The relationship between:
- the Product_specification_or_set that is 'part type XYZ_123'; and
- the Activity that is 'part type XYZ_123 manufacturing process A',
that indicates:
- a part of type XYZ_123 can, but need not, be created by a part type XYZ_123 manufacturing process A; and
- a part type XYZ_123 manufacturing process A creates a part of type XYZ_123,
is a Creating_activity_for_product.
EXPRESS specification:
*) ENTITY Creating_activity_for_product SUBTYPE OF (Activity_for_product); END_ENTITY; (*