Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:VolumePerPressureUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration bbl/psi
barrel per psi
enumeration m3/kPa
cubic metre per kilopascal
enumeration m3/Pa
cubic metre per Pascal
Used by
Source
<xs:simpleType name="VolumePerPressureUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="bbl/psi">
      <xs:annotation>
        <xs:documentation>barrel per psi</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/kPa">
      <xs:annotation>
        <xs:documentation>cubic metre per kilopascal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m3/Pa">
      <xs:annotation>
        <xs:documentation>cubic metre per Pascal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>