POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Hole does not refer to the "usage" of the void. Move it to Rock_material.
CHANGE ERP_hole ALTER ENTITY hole DROP SUBTYPE OF (general_facility) ADD SUBTYPE OF (rock_material); DROP lithologic_analysis (*<CHANGE>Redundant to Rock_material.lithologic_analysis.*); DROP rock_material (*<DESC>Redundant to Rock_material.rock_material.*); DROP hole_classification (*<DESC>Redundant to Material.material_classification.*); DROP hole_type_interpretation (*<DESC>Redundant to Material.material_classification.*); DROP pty_effective_permeability (*<DESC>Redundant to Rock_material.pty_effective_permeability.*); DROP pty_volume (*<DESC>Redundant to Rock_material.pty_volume.*); DROP pty_permeability_compaction_curve (*<DESC>Redundant to Rock_material.pty_permeability_compaction_curve.*); DROP pty_tortuosity (*<DESC>Redundant to Rock_material.pty_tortuosity.*); DROP pty_permeability_vertical (*<DESC>Redundant to Rock_material.pty_permeability_vertical.*); DROP pty_area (*<DESC>Redundant to Rock_material.pty_area.*); DROP pty_surface_area_per_volume (*<DESC>Redundant to Rock_material.pty_surface_area_per_volume.*); DROP pty_permeability (*<DESC>Redundant to Rock_material.pty_permeability.*); DROP pty_permeability_horizontal (*<DESC>Redundant to Rock_material.pty_permeability_horizontal.*); DROP pty_porosity_compaction_curve (*<DESC>Redundant to Rock_material.pty_porosity_compaction_curve.*); DROP pty_geometry_3d_shell (*<DESC>Redundant to Locatable_object.located_object.*); DROP pty_geometry_3d_region (*<DESC>Redundant to Locatable_object.located_object.*); DROP pty_geometry_3d_face (*<DESC>Redundant to Locatable_object.located_object.*); DROP pty_geometry_2d_edge (*<DESC>Redundant to Locatable_object.located_object.*); DROP pty_geometry_2d_face (*<DESC>Redundant to Locatable_object.located_object.*); DROP pty_geometry_3d_ring (*<DESC>Redundant to Locatable_object.located_object.*); DROP pty_geometry_2d_ring (*<DESC>Redundant to Locatable_object.located_object.*); END_ENTITY; DROP ENTITY hole_classification (*<CHANGE>Redundant to Material_classification.*); DROP ENTITY hole_class (*<CHANGE>Redundant to Material_class.*); DROP ENTITY hole_type_interpretation (*<CHANGE>Redundant to Material_classification.*); DROP ENTITY hole_type (*<CHANGE>Redundant to Material_class.*); ALTER ENTITY lithologic_analysis; DROP hole (*<CHANGE>Redundant to Lithologic_analysis.rock_material.*); END_ENTITY; ALTER ENTITY rock_material; DROP hole (*<CHANGE>Redundant to Rock_material.rock_feature_part.*); END_ENTITY; ALTER ENTITY pty_effective_permeability; DROP hole (*<CHANGE>Redundant to attribute rock_material.*); UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_volume; DROP hole (*<CHANGE>Redundant to attribute rock_material.*); END_ENTITY; ALTER ENTITY pty_volume_curve; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_bulk_volume_total; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_matrix_volume; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_hydrocarbon_pore_volume; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_bulk_volume_fraction; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_pore_volume; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_permeability_compaction_curve; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_tortuosity; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_permeability_vertical; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_area; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_surface_area_per_volume; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_permeability; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_permeability_horizontal; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_porosity_compaction_curve; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_3d_shell; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_3d_region; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_3d_face; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_2d_edge; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_2d_face; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_3d_ring; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY pty_geometry_2d_ring; UNIQUE ALTER si DROP hole; END_ENTITY; ALTER ENTITY fracture; UNIQUE ALTER si DROP identifying_facility; END_ENTITY; ALTER ENTITY PORE; DROP pty_effective_porosity (*<DESC>Redundant to Rock_material.pty_effective_porosity.*); DROP pty_pore_throat_diameter (*<DESC>Redundant to Rock_material.pty_pore_throat_diameter.*); DROP pty_pore_volume_compressibility (*<DESC>Redundant to Rock_material.pty_pore_volume_compressibility.*); UNIQUE ALTER si DROP identifying_facility; END_ENTITY; ALTER ENTITY pty_effective_porosity; UNIQUE ALTER si DROP pore; END_ENTITY; ALTER ENTITY pty_pore_throat_diameter; UNIQUE ALTER si DROP pore; END_ENTITY; ALTER ENTITY pty_pore_volume_compressibility; UNIQUE ALTER si DROP pore; END_ENTITY; END_CHANGE;