complexType RequestedInformationChoiceType
diagram FficeTemplates_diagrams/FficeTemplates_p200.png
namespace http://www.fixm.aero/app/ffice/1.0
children ffice:other ffice:type
used by
elements FficeMessageType/informationRequest FficeFDRQ_FficeMessageType/informationRequest
annotation
documentation
Indicates what information about the flight is being requested.  [FF-ICE]
source <xs:complexType name="RequestedInformationChoiceType">
 
<xs:annotation>
   
<xs:documentation>Indicates what information about the flight is being requested.  [FF-ICE]</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="other" type="fb:CharacterStringType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Used to represent any custom types established by a flight data request service.  [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="ffice:RequestTypeType" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates the type of information being requested. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element RequestedInformationChoiceType/other
diagram FficeTemplates_diagrams/FficeTemplates_p201.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:CharacterStringType
properties
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Used to represent any custom types established by a flight data request service.  [FF-ICE]
source <xs:element name="other" type="fb:CharacterStringType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Used to represent any custom types established by a flight data request service.  [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>

element RequestedInformationChoiceType/type
diagram FficeTemplates_diagrams/FficeTemplates_p202.png
namespace http://www.fixm.aero/app/ffice/1.0
type ffice:RequestTypeType
properties
content simple
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
Indicates the type of information being requested. [FF-ICE]
source <xs:element name="type" type="ffice:RequestTypeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the type of information being requested. [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>


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