POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Most entities in Epicentre have a description attribute. About half of the subtypes of Technical_object and Association do not have this attribute. Note however that Transient_association does have it. Only a few subtypes of Property have the attribute. This change insures that ALL non-abstract entities will have the attribute. Instead of adding this attribute to E_and_p_data, it is being "replicated" at a lower level.
CHANGE ERP_description_only ALTER ENTITY property; ADD description : OPTIONAL ndt_comment (*<DESC>A remark related to the property.*); END_ENTITY; ALTER ENTITY pty_contract_processing_fee; DROP description (*<CHANGE>Moved to Property.description.*); END_ENTITY; ALTER ENTITY pty_curve_fit_result; DROP description (*<CHANGE>Moved to Property.description.*); END_ENTITY; ALTER ENTITY pty_equipment_facility; DROP description (*<CHANGE>Moved to Property.description.*); END_ENTITY; ALTER ENTITY pty_fluid_level; DROP description (*<CHANGE>Moved to Property.description.*); END_ENTITY; ALTER ENTITY pty_general_weather_description; ALTER description AS data_value (*<CHANGE>Make it consistent with other properties where the "description" semantics is held in the name of the property.*); END_ENTITY; ALTER ENTITY pty_land_legal_description; DROP description (*<CHANGE>Moved to Property.description.*); ALTER legal_description AS data_value (*<CHANGE>Make it consistent with other properties where the "description" semantics is held in the name of the property.*); END_ENTITY; ALTER ENTITY pty_location; DROP description (*<CHANGE>Moved to Property.description.*); END_ENTITY; ALTER ENTITY pty_well_completion_downtime; DROP description (*<CHANGE>Moved to Property.description.*); END_ENTITY; ALTER ENTITY association; ADD description : OPTIONAL ndt_comment (*<DESC>A remark related to the association.*); END_ENTITY; ALTER ENTITY activity_cause_and_effect; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY activity_template_constraint; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY applied_coordinate_transformation; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY area_pattern_fill; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY cell; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY contract_activity_type; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY contract_reference; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY coordinate_system_axis; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY coordinate_transformation_parameter; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY coordinate_transformation_value; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY fluid_component_interaction; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY fluid_saturation_condition; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY image_palette; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY line_style; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY regulation_reference; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY schedule_constraint; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY space_time_operation; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY text_style; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY transient_association; DROP description (*<CHANGE>Moved to Association.description.*); END_ENTITY; ALTER ENTITY data_collection; ADD description : OPTIONAL ndt_comment (*<DESC>A remark related to the collection.*); END_ENTITY; ALTER ENTITY divestment_package; (*<REMARK>Business object.*) ADD description : OPTIONAL ndt_comment (*<DESC>A remark related to the package.*); END_ENTITY; ALTER ENTITY technical_object; ADD description : OPTIONAL ndt_comment (*<DESC>A remark related to the object.*); END_ENTITY; ALTER ENTITY business_associate_injury; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY capillary_pressure_curve; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY capillary_pressure_point; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY contract_clause; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY contract_clause_item; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY contractual_obligation; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY fluid_system_state; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY grid_or_mesh; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY hatch_line_pattern; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY line_pattern; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY ref_epicentre_version; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY ref_source; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY regulation_clause; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY rock_fluid_interaction; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY specific_fluid_phase; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY three_phase_rel_perm_curve; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY three_phase_rel_perm_point; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY two_phase_rel_perm_curve; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY two_phase_rel_perm_point; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY wavelet_or_filter; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY drillstem_test_recovery; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY well_test_open_period_recovery; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; ALTER ENTITY wireline_formation_test_recovery; DROP description (*<CHANGE>Moved to Technical_object.description.*); END_ENTITY; END_CHANGE;