Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:PressureSquaredUom
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 bar2
bar squared
enumeration GPa2
gigapascal squared
enumeration kPa2
kilopascal squared
enumeration kpsi2
(thousand psi) squared
enumeration Pa2
pascal squared
enumeration psi2
psi squared
Used by
Source
<xs:simpleType name="PressureSquaredUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="bar2">
      <xs:annotation>
        <xs:documentation>bar squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="GPa2">
      <xs:annotation>
        <xs:documentation>gigapascal squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kPa2">
      <xs:annotation>
        <xs:documentation>kilopascal squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="kpsi2">
      <xs:annotation>
        <xs:documentation>(thousand psi) squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Pa2">
      <xs:annotation>
        <xs:documentation>pascal squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="psi2">
      <xs:annotation>
        <xs:documentation>psi squared</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>