An index value that includes pass, direction, and depth values This can only refer to measured depths.
enumeration
date time
Date with time.
enumeration
elapsed time
Time that has elapsed
enumeration
temperature
Temperature.
enumeration
pressure
Pressure.
Source
<xs:element name="IndexType" type="witsml:ChannelIndexType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The type of index (time, depth, etc.).</xs:documentation></xs:annotation></xs:element>
<xs:element name="Uom" type="eml:UnitOfMeasureExt" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The unit of measure of the index. Must be one of the units allowed for the specified IndexType (i.e., time or distance).</xs:documentation></xs:annotation></xs:element>
The sort order of the data row index values. For a "decreasing" direction, the index value of consecutive data nodes are descending.
enumeration
increasing
The sort order of the data row index values. For an "increasing" direction, the index value of consecutive data nodes are ascending.
Source
<xs:element name="Direction" type="witsml:IndexDirection" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The direction of the index, either increasing or decreasing. Index direction may not change within the life of a channel.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Mnemonic" type="eml:String64" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The mnemonic for the index.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DatumReference" type="eml:String64" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>For depth indexes, this contains the UID of the datum, in a channel's Well object, to which all of the index values are referenced.</xs:documentation></xs:annotation></xs:element>
Complex Type witsml:ChannelIndex
Namespace
http://www.energistics.org/energyml/data/witsmlv2
Annotations
A read-only class that is the union of those channel indexes that are shared by all channels in the channel set.
<xs:complexType name="ChannelIndex"><xs:annotation><xs:documentation>A read-only class that is the union of those channel indexes that are shared by all channels in the channel set.</xs:documentation></xs:annotation><xs:sequence><xs:element name="IndexType" type="witsml:ChannelIndexType" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The type of index (time, depth, etc.).</xs:documentation></xs:annotation></xs:element><xs:element name="Uom" type="eml:UnitOfMeasureExt" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The unit of measure of the index. Must be one of the units allowed for the specified IndexType (i.e., time or distance).</xs:documentation></xs:annotation></xs:element><xs:element name="Direction" type="witsml:IndexDirection" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The direction of the index, either increasing or decreasing. Index direction may not change within the life of a channel.</xs:documentation></xs:annotation></xs:element><xs:element name="Mnemonic" type="eml:String64" minOccurs="1" maxOccurs="1"><xs:annotation><xs:documentation>The mnemonic for the index.</xs:documentation></xs:annotation></xs:element><xs:element name="DatumReference" type="eml:String64" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>For depth indexes, this contains the UID of the datum, in a channel's Well object, to which all of the index values are referenced.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>