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