deltaPUnitEnum

Simple Type Information

Used By

Attribute DeltaP/@unit

Source

<xsd:simpleType name="deltaPUnitEnum">
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="PSI"/>
    <xsd:enumeration value="kPa"/>
    <xsd:enumeration value="Atmospheres"/>
    <xsd:enumeration value="InchesOfH2O"/>
    <xsd:enumeration value="CentimetersOfH2O"/>
    <xsd:enumeration value="InchesOfMercury"/>
    <xsd:enumeration value="CentimetersOfMercury"/>
    <xsd:enumeration value="MillimetersOfMercury"/>
    <xsd:enumeration value="Pascals"/>
  </xsd:restriction>
</xsd:simpleType>