Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type eml:ReferencePressureKind
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
ReferencePressureKind
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration absolute
absolute
enumeration ambient
ambient
enumeration legal
Used by
Source
<xs:simpleType name="ReferencePressureKind">
  <xs:annotation>
    <xs:documentation>ReferencePressureKind</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="absolute">
      <xs:annotation>
        <xs:documentation>absolute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ambient">
      <xs:annotation>
        <xs:documentation>ambient</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="legal"/>
  </xs:restriction>
</xs:simpleType>