POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Make some final cleanup as identified during loading and testing.
CHANGE ERP3_more_cleanup (*<REMARK> CHANGE ERP3_more_cleanup *) (*<DESC>Make some final cleanup as identified during loading and testing. *) ------------------------------------------------------------------------------- (*<CHANGE>Drop ref_geologic_fault since it is totally redundant to earth_feature_classification.*) DROP ENTITY ref_geologic_fault; ALTER ENTITY geologic_fault; DROP ref_geologic_fault; END_ENTITY; ------------------------------------------------------------------------------- (*<CHANGE>Fix desciptions which were inadverdently omitted or added to.*) ALTER ENTITY ref_evaluated_flow_stream (*<DESC>The reference entity that defines the types of evalulated performance flow streams that may be defined for a PFNU port. For example, budget, estimate, quota, etc.*); END_ENTITY; ALTER ENTITY pty_grid_convergence; WHERE ALTER mse : EXISTS(local_coordinate_system) XOR EXISTS(projected_2d_coordinate_system) (*<DESC>Each pty_grid_convergence must reference either a local or a projected coordinate system.*); END_ENTITY; ------------------------------------------------------------------------------- (*<CHANGE>Drop drilling_facility because it is so similar in nature to drilling_rig and platform.*) DROP ENTITY drilling_facility; ALTER ENTITY pty_sea_state; DROP drilling_facility; UNIQUE ALTER si DROP drilling_facility; END_ENTITY; ALTER ENTITY pty_wind_state; DROP drilling_facility; UNIQUE ALTER si DROP drilling_facility; END_ENTITY; ------------------------------------------------------------------------------- (*<CHANGE>Rename seismic_feature_class because it is not used to classify a feature.*) ALTER ENTITY seismic_feature_class AS seismic_pick_class; ALTER seismic_feature_classification AS seismic_pick_classification; END_ENTITY; ALTER ENTITY seismic_pick_classification; ALTER seismic_feature_class AS seismic_pick_class; END_ENTITY; END_CHANGE;