Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element witsml:ChannelIndex / witsml:IndexType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The type of index (time, depth, etc.).
Diagram
DiagramLog_xsd_Simple_Type_witsml_ChannelIndexType.tmp#ChannelIndexType
Type witsml:ChannelIndexType
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
enumeration measured depth
Measured depth.
enumeration true vertical depth
True vertical depth.
enumeration pass indexed depth
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>
Element witsml:ChannelIndex / witsml:Uom
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The unit of measure of the index. Must be one of the units allowed for the specified IndexType (i.e., time or distance).
Diagram
DiagramCommonEnumerations_xsd_Simple_Type_eml_UnitOfMeasureExt.tmp#UnitOfMeasureExt
Type eml:UnitOfMeasureExt
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<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>
Element witsml:ChannelIndex / witsml:Direction
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The direction of the index, either increasing or decreasing. Index direction may not change within the life of a channel.
Diagram
DiagramLog_xsd_Simple_Type_witsml_IndexDirection.tmp#IndexDirection
Type witsml:IndexDirection
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
enumeration decreasing
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>
Element witsml:ChannelIndex / witsml:Mnemonic
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The mnemonic for the index.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 64
Source
<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>
Element witsml:ChannelIndex / witsml:DatumReference
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
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.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 64
Source
<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.
Diagram
DiagramLog_xsd_Complex_Type_witsml_ChannelIndex.tmp#ChannelIndex_IndexTypeLog_xsd_Complex_Type_witsml_ChannelIndex.tmp#ChannelIndex_UomLog_xsd_Complex_Type_witsml_ChannelIndex.tmp#ChannelIndex_DirectionLog_xsd_Complex_Type_witsml_ChannelIndex.tmp#ChannelIndex_MnemonicLog_xsd_Complex_Type_witsml_ChannelIndex.tmp#ChannelIndex_DatumReference
Used by
Model
Children witsml:DatumReference, witsml:Direction, witsml:IndexType, witsml:Mnemonic, witsml:Uom
Source
<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>