complexType PressureType
diagram FficeTemplates_diagrams/FficeTemplates_p715.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedPressureType
properties
base fb:RestrictedPressureType
used by
elements TrajectoryPoint4DType/altimeterSetting FficeFFP_TrajectoryPoint4DType/altimeterSetting FficeFS_TrajectoryPoint4DType/altimeterSetting FficeFPU_TrajectoryPoint4DType/altimeterSetting FficePS_TrajectoryPoint4DType/altimeterSetting FficePFP_TrajectoryPoint4DType/altimeterSetting FficeTRQ_TrajectoryPoint4DType/altimeterSetting FficeTRP_TrajectoryPoint4DType/altimeterSetting
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomPressureType  required      
documentation
Unit of measure
annotation
documentation
The value of a pressure. [AIXM 5.1]
source <xs:complexType name="PressureType">
 
<xs:annotation>
   
<xs:documentation>The value of a pressure. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedPressureType">
     
<xs:attribute name="uom" type="fb:UomPressureType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute PressureType/@uom
type fb:UomPressureType
properties
use required
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
Unit of measure
source <xs:attribute name="uom" type="fb:UomPressureType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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