Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:TubularAssembly
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the type (or purpose) of the tubular assembly.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration drilling
enumeration directional drilling
enumeration fishing
enumeration condition mud
enumeration tubing conveyed logging
enumeration cementing
enumeration casing
enumeration clean out
enumeration completion or testing
enumeration coring
enumeration hole opening or underreaming
enumeration milling or dressing or cutting
enumeration wiper or check or reaming
enumeration unknown
The value is not known. Avoid using this value. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.
Used by
Source
<xs:simpleType name="TubularAssembly">
  <xs:annotation>
    <xs:documentation>Specifies the type (or purpose) of the tubular assembly.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="drilling"/>
    <xs:enumeration value="directional drilling"/>
    <xs:enumeration value="fishing"/>
    <xs:enumeration value="condition mud"/>
    <xs:enumeration value="tubing conveyed logging"/>
    <xs:enumeration value="cementing"/>
    <xs:enumeration value="casing"/>
    <xs:enumeration value="clean out"/>
    <xs:enumeration value="completion or testing"/>
    <xs:enumeration value="coring"/>
    <xs:enumeration value="hole opening or underreaming"/>
    <xs:enumeration value="milling or dressing or cutting"/>
    <xs:enumeration value="wiper or check or reaming"/>
    <xs:enumeration value="unknown">
      <xs:annotation>
        <xs:documentation>The value is not known. Avoid using this value. All reasonable attempts should be made to determine the appropriate value. Use of this value may result in rejection in some situations.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>