simpleType RequestTypeType
namespace http://www.fixm.aero/app/ffice/1.0
type restriction of xs:string
properties
base xs:string
used by
element RequestedInformationChoiceType/type
facets
Kind Value Annotation
enumeration FLIGHT_PLAN
documentation
Used to request the latest submitted flight plan. [FF-ICE]
enumeration FLIGHT_STATUS
documentation
Used to request the latest status (Planning or Filing) from an eASP. [FF-ICE]
enumeration SUPPLEMENTARY_FLIGHT_PLAN
documentation
Used to request the latest submitted search and rescue information. [FF-ICE]
annotation
documentation
The minimum set of flight information request types required by FF-ICE. [FF-ICE]
source <xs:simpleType name="RequestTypeType">
 
<xs:annotation>
   
<xs:documentation>The minimum set of flight information request types required by FF-ICE. [FF-ICE]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FLIGHT_PLAN">
     
<xs:annotation>
       
<xs:documentation>Used to request the latest submitted flight plan. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FLIGHT_STATUS">
     
<xs:annotation>
       
<xs:documentation>Used to request the latest status (Planning or Filing) from an eASP. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SUPPLEMENTARY_FLIGHT_PLAN">
     
<xs:annotation>
       
<xs:documentation>Used to request the latest submitted search and rescue information. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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