simpleType SurvivalEquipmentTypeType
namespace http://www.fixm.aero/flight/4.3
type restriction of xs:string
properties
base xs:string
used by
simpleType SurvivalEquipmentTypeListType
facets
Kind Value Annotation
enumeration DESERT
documentation
Desert survival equipment is carried. [ICAO Doc 4444, Appendix 3]
enumeration JUNGLE
documentation
Jungle survival equipment is carried. [ICAO Doc 4444, Appendix 3]
enumeration MARITIME
documentation
Maritime survival equipment is carried. [ICAO Doc 4444, Appendix 3]
enumeration POLAR
documentation
Polar survival equipment is carried. [ICAO Doc 4444, Appendix 3]
annotation
documentation
The type of equipment carried on board the aircraft that can be used by the crew and passengers to assist survival in harsh environments in case of emergency. [FIXM]
source <xs:simpleType name="SurvivalEquipmentTypeType">
 
<xs:annotation>
   
<xs:documentation>The type of equipment carried on board the aircraft that can be used by the crew and passengers to assist survival in harsh environments in case of emergency. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DESERT">
     
<xs:annotation>
       
<xs:documentation>Desert survival equipment is carried. [ICAO Doc 4444, Appendix 3]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="JUNGLE">
     
<xs:annotation>
       
<xs:documentation>Jungle survival equipment is carried. [ICAO Doc 4444, Appendix 3]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MARITIME">
     
<xs:annotation>
       
<xs:documentation>Maritime survival equipment is carried. [ICAO Doc 4444, Appendix 3]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="POLAR">
     
<xs:annotation>
       
<xs:documentation>Polar survival equipment is carried. [ICAO Doc 4444, Appendix 3]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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