namespace | http://www.fixm.aero/flight/4.3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="LifeJacketTypeType"> <xs:annotation> <xs:documentation>The type of life jackets available on board the aircraft. [FIXM]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="FLUORESCENCE"> <xs:annotation> <xs:documentation>Life jackets are equipped with fluorescence. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 J/]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LIGHTS"> <xs:annotation> <xs:documentation>Life jackets are equipped with lights. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 J/]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ULTRA_HIGH_FREQUENCY"> <xs:annotation> <xs:documentation>UHF on frequency 243.0 MHz is available. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/ and J/]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="VERY_HIGH_FREQUENCY"> <xs:annotation> <xs:documentation>VHF on frequency 121.5 MHz is available. [adapted from ICAO Doc 4444, Appendix 2, ITEM 19 R/ and J/]</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |