simpleType UomPressure
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute Pressure/@uom
facets
Kind Value Annotation
enumeration BAR
documentation
Bar (=100000 Pascals (Pa))
enumeration ATM
documentation
Standard Atmosphere
enumeration MBAR
documentation
Millibar
enumeration PA
documentation
Pascal
enumeration HPA
documentation
Hectopascal
enumeration INHG
documentation
Inches of mercury
enumeration TORR
documentation
Torr (= 1/760 ATM)
enumeration PSI
documentation
Pounds per square inch
annotation
documentation
Unit of measure for pressure
source <xs:simpleType name="UomPressure">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for pressure</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="BAR">
     
<xs:annotation>
       
<xs:documentation>Bar (=100000 Pascals (Pa))</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="ATM">
     
<xs:annotation>
       
<xs:documentation>Standard Atmosphere</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MBAR">
     
<xs:annotation>
       
<xs:documentation>Millibar</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PA">
     
<xs:annotation>
       
<xs:documentation>Pascal</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="HPA">
     
<xs:annotation>
       
<xs:documentation>Hectopascal</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="INHG">
     
<xs:annotation>
       
<xs:documentation>Inches of mercury</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TORR">
     
<xs:annotation>
       
<xs:documentation>Torr (= 1/760 ATM)</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="PSI">
     
<xs:annotation>
       
<xs:documentation>Pounds per square inch</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy