simpleType UomPressureType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute PressureType/@uom
facets
Kind Value Annotation
enumeration ATM
documentation
Standard Atmosphere.
enumeration BAR
documentation
Bar. (=100000 Pascals (Pa))
enumeration HPA
documentation
Hectopascal.
enumeration INHG
documentation
Inches of mercury
enumeration MBAR
documentation
Millibar.
enumeration PA
documentation
Pascal.
enumeration PSI
documentation
Pounds per square inch.
enumeration TORR
documentation
Torr. (= mm of mercury (mmHg).)
annotation
documentation
The reference quantities used to express the value of pressure.
source <xs:simpleType name="UomPressureType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of pressure.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ATM">
     
<xs:annotation>
       
<xs:documentation>Standard Atmosphere.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="BAR">
     
<xs:annotation>
       
<xs:documentation>Bar. (=100000 Pascals (Pa))</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="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="PSI">
     
<xs:annotation>
       
<xs:documentation>Pounds per square inch.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TORR">
     
<xs:annotation>
       
<xs:documentation>Torr. (= mm of mercury (mmHg).)</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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