Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:BladeType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the blade type of the stabilizer.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration clamp-on
enumeration integral
enumeration sleeve
enumeration welded
Used by
Source
<xs:simpleType name="BladeType">
  <xs:annotation>
    <xs:documentation>Specifies the blade type of the stabilizer.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="clamp-on"/>
    <xs:enumeration value="integral"/>
    <xs:enumeration value="sleeve"/>
    <xs:enumeration value="welded"/>
  </xs:restriction>
</xs:simpleType>