simpleType SurvivalEquipmentTypeType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
simpleType SurvivalEquipmentTypeListType
facets
Kind Value Annotation
enumeration POLAR
documentation
polar survival equipment is carried [ICAO Doc 4444, Appendix 3]
enumeration DESERT
documentation
desert survival equipment is carried [ICAO Doc 4444, Appendix 3]
enumeration MARITIME
documentation
maritime survival equipment is carried [ICAO Doc 4444, Appendix 3]
enumeration JUNGLE
documentation
jungle 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="POLAR">
     
<xs:annotation>
       
<xs:documentation>polar survival equipment is carried [ICAO Doc 4444, Appendix 3]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<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="MARITIME">
     
<xs:annotation>
       
<xs:documentation>maritime 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:restriction>
</xs:simpleType>


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