Showing:

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