unit:PressureUnitType

Simple Type Information

Used By

Source

<xsd:simpleType name="PressureUnitType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="kPa"/>
    <!-- SI kilopascals -->
    <xsd:enumeration value="psi"/>
    <!-- US pounds per square inch -->
    <xsd:enumeration value="bar"/>
    <!-- UK pressure -->
  </xsd:restriction>
</xsd:simpleType>