Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:BladeShapeType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Blade shape of the stabilizer: melon, spiral, straight, etc.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration dynamic
enumeration melon
enumeration spiral
enumeration straight
enumeration variable
Used by
Source
<xs:simpleType name="BladeShapeType">
  <xs:annotation>
    <xs:documentation>Blade shape of the stabilizer: melon, spiral, straight, etc.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="dynamic"/>
    <xs:enumeration value="melon"/>
    <xs:enumeration value="spiral"/>
    <xs:enumeration value="straight"/>
    <xs:enumeration value="variable"/>
  </xs:restriction>
</xs:simpleType>