POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Add NDT documentation which was inadverdently eliminated by the parser in the alpha version.
CHANGE ERP2_fix_ndt_documentation (*<REMARK>CHANGE ERP2_fix_ndt_documentation*) (*<DESC>Add NDT documentation which was inadvertently eliminated by the parser in the alpha version. *) ALTER TYPE ndt_edge_boundary_type (*<DESC>Lists the types of boundaries for an edge. FIRSTBOUND indicates the first boundary of an edge. SECONDBOUND indicates the second boundary of an edge.*); END_TYPE; ALTER TYPE ndt_spatial_binding_type (*<DESC>Lists the types of bindings which are allowed between spatial objects of dimension greater than zero. INTERNAL_BOUNDARY indicates the bound object is bounded internally. There can be many internal boundaries. EXTERNAL_BOUNDARY indicates the bound object is bounded externally. There can only be one external boundary.*); END_TYPE; ALTER TYPE ndt_interoperability_level (*<DESC>Lists the level of interoperability of an instance. PERSONAL is the lowest level of interoperability. SITEGROUP is higher than 'personal'. For example, a team which defines data that only applies to a project data store. SITE is higher than 'sitegroup'. For example, a computation site or local specifications for a field. CORPORATEGROUP is higher than 'site'. For example, a corporate region or corporate specifications for a field. CORPORATE is higher than 'corporategroup'. REGIONALGROUP is higher than 'corporate'. For example, defined by a regional consortium. GEOPOLITICAL is higher than 'regionalgroup'. For example, defined by API (e.g., well names), DTI, MMS, NPD, etc. GLOBALGROUP is higher than 'geopolitical'. For example, defined by a global consortium. GLOBAL is higher than 'globalgroup'. The highest level of interoperability. For example, defined by POSC or API (e.g., tubulars).*); END_TYPE; END_CHANGE;