Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:LoggingMethod
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the method of logging used to record or produce the data in the log.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration computed
The log is a result of computed analyses from various sources.
enumeration distributed
The log is derived from various different systems.
enumeration LWD
The data of the log is a result of logging-while-drilling.
enumeration mixed
The data is derived from multiple logging methods.
enumeration MWD
The data of the log is a result of measurement-while-drilling.
enumeration surface
The data is recorded on the surface or in real time.
enumeration wireline
The data is derived as a function of wellbore depth.
Used by
Source
<xs:simpleType name="LoggingMethod">
  <xs:annotation>
    <xs:documentation>Specifies the method of logging used to record or produce the data in the log.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="computed">
      <xs:annotation>
        <xs:documentation>The log is a result of computed analyses from various sources.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="distributed">
      <xs:annotation>
        <xs:documentation>The log is derived from various different systems.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="LWD">
      <xs:annotation>
        <xs:documentation>The data of the log is a result of logging-while-drilling.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mixed">
      <xs:annotation>
        <xs:documentation>The data is derived from multiple logging methods.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MWD">
      <xs:annotation>
        <xs:documentation>The data of the log is a result of measurement-while-drilling.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="surface">
      <xs:annotation>
        <xs:documentation>The data is recorded on the surface or in real time.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="wireline">
      <xs:annotation>
        <xs:documentation>The data is derived as a function of wellbore depth.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>