Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Element witsml:BendAngle / witsml:BendAngle
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
The angle of the bend.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractMeasure.tmp#AbstractMeasureMeasureType_xsd_Complex_Type_eml_PlaneAngleMeasure.tmp#PlaneAngleMeasure_uomMeasureType_xsd_Complex_Type_eml_PlaneAngleMeasure.tmp#PlaneAngleMeasure
Type eml:PlaneAngleMeasure
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs 1
Attributes
QName Type Use
uom eml:PlaneAngleUom required
Source
<xs:element name="BendAngle" type="eml:PlaneAngleMeasure" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The angle of the bend.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type witsml:BendAngle
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_BendAngle.tmp#BendAngle_BendAngle
Type extension of witsml:AbstractRotarySteerableTool
Type hierarchy
Model
Children witsml:BendAngle
Source
<xs:complexType name="BendAngle">
  <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="BendAngle" type="eml:PlaneAngleMeasure" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The angle of the bend.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>