Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Element witsml:BendOffset / witsml:BendOffset
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Offset distance from the bottom connection to the bend.
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="BendOffset" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Offset distance from the bottom connection to the bend.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type witsml:BendOffset
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Used with point-the-bit type of rotary steerable system tools; describes the angle of the bit.
Diagram
DiagramTubular_xsd_Complex_Type_witsml_AbstractRotarySteerableTool.tmp#AbstractRotarySteerableToolTubular_xsd_Complex_Type_witsml_BendOffset.tmp#BendOffset_BendOffset
Type extension of witsml:AbstractRotarySteerableTool
Type hierarchy
Model
Children witsml:BendOffset
Source
<xs:complexType name="BendOffset">
  <xs:annotation>
    <xs:documentation>Used with point-the-bit type of rotary steerable system tools; describes the angle of the bit.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="witsml:AbstractRotarySteerableTool">
      <xs:sequence minOccurs="0" maxOccurs="1">
        <xs:element name="BendOffset" type="eml:LengthMeasure" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Offset distance from the bottom connection to the bend.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>