| 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 / Measurement | 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) |
| 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) |
| 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 |