Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:ChannelStatus
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the status of the channel (growing object): active, inactive, closed
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration active
Actively producing data points.
enumeration closed
Closed and will never produce new data points.
enumeration inactive
Currently inactive but may produce data points in the future.
Used by
Source
<xs:simpleType name="ChannelStatus">
  <xs:annotation>
    <xs:documentation>Specifies the status of the channel (growing object): active, inactive, closed</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="active">
      <xs:annotation>
        <xs:documentation>Actively producing data points.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="closed">
      <xs:annotation>
        <xs:documentation>Closed and will never produce new data points.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="inactive">
      <xs:annotation>
        <xs:documentation>Currently inactive but may produce data points in the future.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>