Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:ConnectionPosition
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies the position of a connection.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration both
The connection is the same at both ends of the component.
enumeration bottom
This connection is only at the bottom of the component.
enumeration top
This connection is only at the top of the component.
Used by
Source
<xs:simpleType name="ConnectionPosition">
  <xs:annotation>
    <xs:documentation>Specifies the position of a connection.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="both">
      <xs:annotation>
        <xs:documentation>The connection is the same at both ends of the component.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="bottom">
      <xs:annotation>
        <xs:documentation>This connection is only at the bottom of the component.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="top">
      <xs:annotation>
        <xs:documentation>This connection is only at the top of the component.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>