namespace | https://mmixm.aero/base/2.1.0 | |||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||
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> |