12.6.16 IndexRangeContext
Topic Version | 1 | Published | 11/11/2016 | ||
For Standard | WITSML v2.0 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
Describes the data context for a log in terms of a starting and ending index. When this context is used, each realization of the log includes all data points from the log's channel set that follow between the specified start and end index.
Name |
Type |
Notes |
---|---|---|
EndIndex |
AbstractIndexValue |
When the log header defines the direction as:
"Decreasing", the startIndex is the starting (maximum) index value at which the first non-null data point is located. |
StartIndex |
AbstractIndexValue |
When the log header defines the direction as:
“Decreasing”, the endIndex is the ending (minimum) index value at which the last non-null data point is located. |
Association |
Notes |
---|---|
From: IndexRangeContext. To: AbstractLogDataContext Generalization |