OpenSpirit v2.9.0 Build 27 - Generic Model

EpiDrilling_DrillingFacility


Derived From:
EpEntity_Entity
Capabilties:
read
The name drilling facility was created to accommodate both on-shore and off-shoe drilling facilities. The DrillingFacility class in the UML diagram is a generic class for Platforms, Clusters, and Drilling Pads. A name, type (e.g. Platform, Cluster, or Drilling Pad) and reference point define a DrillingFacility.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
StringSeq

db

List of key strings representing the children drilling facilities.
String

ro db

The DrillingFacility's data key string
String

ro req db key

The name of the drilling facility.
String

db

The key string of the DrillingFacility's parent (e.
String

ro db

The name of the project that the DrillingFacility is contained in.
String

ro db

The name of the project that the DrillingFacility is contained in.
Point

db

The location of the platform reference point
String

db

The datakey of the Coordinate System that the Drilling Facility Reference Point is specified in
StringSeq

db

List of data key strings representing the slots associated (if any) with the drilling facility.
String

ro db

The name of the data store that the platform resides in.
String

ro db

The type of data store that the platform resides in.
String

ro db

The type of facility (e.
 
Columns inherited from EpEntity_Entity
LastModifiedDate, Name, Project, ProjectName, StoreInstallationName, StoreType
 

Column Detail

KeyString

Data Type: String
Read only: true
Unique identifier for each table entry.

StoreType

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The type of data store that the platform resides in.

Type

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Permitted Values:PLATFORM | CLUSTER | PAD | BAY | UNKNOWN_FACILITY_TYPE
The type of facility (e.g. Platform, Cluster (onshore), Bay...)

Project

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiProject_Project
The name of the project that the DrillingFacility is contained in.

Slots

Data Type:StringSeq
Content Type:KeySeq
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiDrilling_Slot
List of data key strings representing the slots associated (if any) with the drilling facility.

ReferencePointCS

Data Type:String
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The datakey of the Coordinate System that the Drilling Facility Reference Point is specified in

KeyString

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The DrillingFacility's data key string

Name

Data Type:String
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:true
The name of the drilling facility.

Parent

Data Type:String
Content Type:Key
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiDrilling_DrillingFacility
The key string of the DrillingFacility's parent (e.g. in case the drilling facility is a cluster and it is located on a platform)

DrillingFacilities

Data Type:StringSeq
Content Type:KeySeq
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiDrilling_DrillingFacility
List of key strings representing the children drilling facilities. For example a list of cluster key string objects.

StoreInstallationName

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The name of the data store that the platform resides in.

ReferencePoint

Data Type:Point
Read only:false
Required for Insert:false
Stored in db:true
Part of natural key:false
The location of the platform reference point

ProjectName

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The name of the project that the DrillingFacility is contained in.


OpenSpirit v2.9.0 Build 27 - Generic Model