Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:BitType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the  values that represent the type of drill or core bit.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration diamond
Diamond bit.
enumeration diamond core
Diamond core bit.
enumeration insert roller cone
Insert roller cone bit.
enumeration PDC
Polycrystalline diamond compact fixed-cutter bit.
enumeration PDC core
Polycrystalline diamond compact core bit.
enumeration roller cone
Milled-tooth roller-cone bit.
Used by
Source
<xs:simpleType name="BitType">
  <xs:annotation>
    <xs:documentation>Specifies the values that represent the type of drill or core bit.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="diamond">
      <xs:annotation>
        <xs:documentation>Diamond bit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="diamond core">
      <xs:annotation>
        <xs:documentation>Diamond core bit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="insert roller cone">
      <xs:annotation>
        <xs:documentation>Insert roller cone bit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PDC">
      <xs:annotation>
        <xs:documentation>Polycrystalline diamond compact fixed-cutter bit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PDC core">
      <xs:annotation>
        <xs:documentation>Polycrystalline diamond compact core bit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="roller cone">
      <xs:annotation>
        <xs:documentation>Milled-tooth roller-cone bit.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>