Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:ChannelDerivation
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies  the source of data in a channel.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration raw
Raw measured data, directly from sensors.
enumeration simulated
Simulated.
enumeration spliced
Derived by splicing values from two or more other channels.
enumeration sampled
Derived by sampling values from one or more other channels.
enumeration model
Based on some modeled results of values in another one or more channels.
Used by
Source
<xs:simpleType name="ChannelDerivation">
  <xs:annotation>
    <xs:documentation>Specifies the source of data in a channel.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="raw">
      <xs:annotation>
        <xs:documentation>Raw measured data, directly from sensors.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="simulated">
      <xs:annotation>
        <xs:documentation>Simulated.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="spliced">
      <xs:annotation>
        <xs:documentation>Derived by splicing values from two or more other channels.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="sampled">
      <xs:annotation>
        <xs:documentation>Derived by sampling values from one or more other channels.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="model">
      <xs:annotation>
        <xs:documentation>Based on some modeled results of values in another one or more channels.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>