Showing:

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