POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This extension increases the scope of objects for which ownership interest may be described with derived interest makeup. Now technical objects may be owned.
CHANGE ESM_derived_interest_object ALTER ENTITY derived_interest_makeup; ALTER interest_for ALTER TYPE AS object_of_interest (*<desc> The object for which the derived interest makeup is defined.*); END_ENTITY; ALTER ENTITY business_object; INVERSE DROP derived_interest; END_ENTITY; ALTER ENTITY object_of_interest; INVERSE ADD derived_interest : SET [0:?] OF derived_interest_makeup FOR interest_for (*<desc> These are the ownership fractions for business associates of this object.*); END_ENTITY; END_CHANGE;