Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type witsml:BoxPinConfig
Namespace http://www.energistics.org/energyml/data/witsmlv2
Annotations
Specifies values that represent the type of box and pin configuration.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration bottom box
enumeration top box
enumeration top pin
enumeration bottom pin top box
enumeration bottom pin
Used by
Source
<xs:simpleType name="BoxPinConfig">
  <xs:annotation>
    <xs:documentation>Specifies values that represent the type of box and pin configuration.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="bottom box"/>
    <xs:enumeration value="top box"/>
    <xs:enumeration value="top pin"/>
    <xs:enumeration value="bottom pin top box"/>
    <xs:enumeration value="bottom pin"/>
  </xs:restriction>
</xs:simpleType>