| Name | Bulk_Dimension_Cat |
|---|---|
| Entity Type | Table |
| Description | Reference table holding the definition of each of the dimensions in pre-defined multi-dimensional bulk arrays. Note that for one-dimensional data with an explicit index channel, this table will not be populated, since the Indexed flag on the property definition identifies the dimension. |
| 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 |
|---|---|---|---|---|
| Brick_Size | int No_Unit |
If bricking is supported by the Bulk API, this would be the size of the brick. | No |
NUMBER(10) |
| Bulk_Code | Bulk_Cat |
The Bulk_Cat record to which this Bulk_Dimension_Cat record pertains | Yes |
VARCHAR2(64) |
| Code | STRING64 NA |
Name of the pre-defined Dimension (e.g., MD, TVD, TWT, Time, Easting). | Yes |
VARCHAR2(64) |
| First_Value | double No_Unit |
Start value of the index for an implicitly indexed pre-defined dimension. | No |
NUMBER |
| Interval | double No_Unit |
Interval (increment) value of the index for an implicitly indexed pre-defined dimension. | No |
NUMBER |
| Measurement | STRING64 NA |
Property associated with the pre-defined dimension (e.g., Length, Depth, Time) | No |
VARCHAR2(64) |
| Num_Values | int No_Unit |
Number of values in the pre-defined dimension. | No |
NUMBER(10) |
| Rank | int No_Unit |
The order in which dimensions in a multi-dimensional array increment from one pre-defined dimension to another. Rank=1 is the slowest-changing dimension. | Yes |
NUMBER(10) |
| Unit | STRING64 NA |
Unit of measure of the index of the pre-defined dimension. | No |
VARCHAR2(64) |
| Link | To Entity | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Bulk_Code | Bulk_Cat | The Bulk_Cat record to which this Bulk_Dimension_Cat record pertains | Cascade | Yes |