POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
This change adds explicit diameters to pipeline.
CHANGE ESM_pipeline_diameters ALTER ENTITY pipeline; ADD inner_diameter : OPTIONAL ndt_length_diameter (*<desc> This is the effective inner diameter of the pipeline.*); ADD outer_diameter : OPTIONAL ndt_length_diameter (*<desc> This is the effective outer diameter of the pipeline.*); ADD nominal_diameter : OPTIONAL ndt_length_diameter (*<desc> This is the nominal inner diameter of the pipeline.*); END_ENTITY; END_CHANGE;