14.7.3.43 KGaps

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType

Optional data object used to indicate that there are global gaps between layers in the grid. With K gaps, the bottom of one layer need not be continuous with the top of the next layer, so the resulting number of intervals is greater than the number of layers.

Table 14.7.3.43-1 Attributes

Name

Data Type

Notes

Count

positiveInteger

Number of gaps between layers. Must be positive.

Number of intervals = gapCount + NK.

GapAfterLayer

AbstractBooleanArray

Boolean array of length NK-1. TRUE if there is a gap after the corresponding layer.

NKL = NK + gapCount + 1

BUSINESS RULE: gapCount must be consistent with the number of gaps specified by the gapAfterLayer array.

Derived From: (none)

Derived Classes: (none)

Relationships: None