Capability (C006):— assigning_effectivity | Date: 2008/02/25 12:17:46 Revision: 1.25 |
There is a need to assign product_as_individual_effectivity to product and support data, e.g. to relate a breakdown_element to it's parent product.
Proposal: Add NEW template Assigning_product_as_individual_effectivity (asg_p_a_ind_eff) containing Effectivity_assignment (classified) and a Product_as_individual_effectivity (optional classification) relating to a Product_as_individual.
When implementing translators, there will be cases where the end effectivity is known, but the start effectivity is not known. The start dates are mandatory in template representing_dated_effectivity. To get around this, it is suggested to create a new template 'representing_dated_effectivity_end' that would use an event for the start_bound of Dated_effectivity.
ENTITY Dated_effectivity
SUBTYPE OF (Effectivity);
start_bound : date_or_event;
end_bound : OPTIONAL date_or_event;
END_ENTITY;
The Event could be simply Event.id="start_effectivity"
Comment: (Tim Turner 19th Apr 2005)
Capability 1.8 was updated with the content from version 1.7
Comment: (Tim Turner 28th Jun 2004)
Accepted. Done.
Comment: (Rob Bodington 06-06-28)
Modified