Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:BearingType
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the bearing type of a motor.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration oil seal
enumeration mud lube
enumeration other
Used by
Source
<xs:simpleType name="BearingType">
  <xs:annotation>
    <xs:documentation>Specifies the bearing type of a motor.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="oil seal"/>
    <xs:enumeration value="mud lube"/>
    <xs:enumeration value="other"/>
  </xs:restriction>
</xs:simpleType>