Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:JarAction
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the type of jar action.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration up
enumeration down
enumeration both
enumeration vibrating
Used by
Source
<xs:simpleType name="JarAction">
  <xs:annotation>
    <xs:documentation>Specifies the type of jar action.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="up"/>
    <xs:enumeration value="down"/>
    <xs:enumeration value="both"/>
    <xs:enumeration value="vibrating"/>
  </xs:restriction>
</xs:simpleType>