Name | Bulk_Property_Cat |
---|---|
Entity Type | Table |
Description | Reference table holding the definition of each of the properties in pre-defined multi-dimensional bulk arrays. The Rank defines the position of the particular property on the pre-defined Bulk record. |
Submodel | Bulk |
Entity Scope | Reference |
Primary Key | Bulk_Code , Code |
Natural Key | Bulk_Code , Code |
Generalizations | |
Specializations |
Name | Value Domain | Property / Storage Unit | Description | Required / Default | Type |
---|---|---|---|---|---|
Bulk_Code | Bulk_Cat |
|
The Bulk_Cat record to which this Bulk_Property_Cat record pertains | Yes |
VARCHAR2(64) |
Code | STRING64 | NA |
Name of the pre-defined property (e.g., GR, DT, RHOB, DLS, MD, TVD). | Yes |
VARCHAR2(64) |
Element_Size | int | No_Unit |
Size of the value of the pre-defined property in bytes. | No |
NUMBER(10) |
Element_Type | STRING64 | NA |
Type of the value of the pre-defined property. This is one of: int, float, or double. | No |
VARCHAR2(64) |
Indexed | int | No_Unit |
Position of the pre-defined property explicitly as part of the index channel. NULL means that Property 1 is not part of the index. | No |
NUMBER(10) |
Insert_Date | DATE | NA |
Date the entity was created in the repository | No |
DATE |
Insert_User | STRING64 | NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
Measurement | STRING64 | NA |
Property associated with the pre-defined property (e.g., GammaRay, AcousticSlowness, BulkDensity, AnglePerDepth, Depth) | No |
VARCHAR2(64) |
Rank | int | No_Unit |
The order in which the pre-defined property appears on the bulk record. | Yes |
NUMBER(10) |
Unit | STRING64 | NA |
Unit of measure of the pre-defined property. | No |
VARCHAR2(64) |
Update_Date | DATE | NA |
Date of the most-recent modification to the entity. | No |
DATE |
Update_User | STRING64 | NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
Link | To Entity | Description | Implementation Technique | Required |
---|---|---|---|---|
Bulk_Code | Bulk_Cat | The Bulk_Cat record to which this Bulk_Property_Cat record pertains | Cascade | Yes |