<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>
|