Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:HoleOpenerType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the types of hole openers.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration under-reamer
enumeration fixed blade
Used by
Source
<xs:simpleType name="HoleOpenerType">
  <xs:annotation>
    <xs:documentation>Specifies the types of hole openers.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="under-reamer"/>
    <xs:enumeration value="fixed blade"/>
  </xs:restriction>
</xs:simpleType>