Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element witsml:HoleOpener / witsml:TypeHoleOpener
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Under reamer or fixed blade.
Diagram
DiagramTubular_xsd_Simple_Type_witsml_HoleOpenerType.tmp#HoleOpenerType
Type witsml:HoleOpenerType
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 64
enumeration under-reamer
enumeration fixed blade
Source
<xs:element name="TypeHoleOpener" type="witsml:HoleOpenerType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Under reamer or fixed blade.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:HoleOpener / witsml:NumCutter
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Number of cutters on the tool.
Diagram
Diagram
Type xs:int
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element name="NumCutter" type="xs:int" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Number of cutters on the tool.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:HoleOpener / witsml:Manufacturer
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Manufacturer or supplier of the tool.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 64
Source
<xs:element name="Manufacturer" type="eml:String64" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Manufacturer or supplier of the tool.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:HoleOpener / witsml:DiaHoleOpener
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Diameter of the reamer.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure_uomMeasureType_xsd_Complex_Type_eml_LengthMeasure.tmp#LengthMeasure
Type eml:LengthMeasure
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use
uom eml:LengthUom required
Source
<xs:element name="DiaHoleOpener" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Diameter of the reamer.</xs:documentation>
  </xs:annotation>
</xs:element>
Element witsml:HoleOpener / witsml:ExtensionAny
Namespace http://www.energistics.org/energyml/data/witsmlv2
Diagram
DiagramAbstract_xsd_Complex_Type_eml_CustomData.tmp#CustomData
Type eml:CustomData
Properties
content complex
minOccurs 0
maxOccurs 1
Model
ANY element from ANY namespace
Source
<xs:element name="ExtensionAny" type="eml:CustomData" minOccurs="0" maxOccurs="1"/>
Complex Type witsml:HoleOpener
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Hole Opener Component Schema. Describes the hole-opener tool (often called a ‘reamer’) used on the tubular string.
Diagram
DiagramTubular_xsd_Complex_Type_witsml_HoleOpener.tmp#HoleOpener_TypeHoleOpenerTubular_xsd_Complex_Type_witsml_HoleOpener.tmp#HoleOpener_NumCutterTubular_xsd_Complex_Type_witsml_HoleOpener.tmp#HoleOpener_ManufacturerTubular_xsd_Complex_Type_witsml_HoleOpener.tmp#HoleOpener_DiaHoleOpenerTubular_xsd_Complex_Type_witsml_HoleOpener.tmp#HoleOpener_ExtensionAny
Used by
Model
Children witsml:DiaHoleOpener, witsml:ExtensionAny, witsml:Manufacturer, witsml:NumCutter, witsml:TypeHoleOpener
Source
<xs:complexType name="HoleOpener">
  <xs:annotation>
    <xs:documentation>Hole Opener Component Schema. Describes the hole-opener tool (often called a ‘reamer’) used on the tubular string.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TypeHoleOpener" type="witsml:HoleOpenerType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Under reamer or fixed blade.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NumCutter" type="xs:int" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Number of cutters on the tool.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Manufacturer" type="eml:String64" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Manufacturer or supplier of the tool.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DiaHoleOpener" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Diameter of the reamer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ExtensionAny" type="eml:CustomData" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>