scr:FlightPlanSummaryType

complexType FlightPlanSummaryType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for representing information related to a specific flight plan

Diagram

XML Schema

<xs:complexType name="FlightPlanSummaryType">
<xs:annotation>
<xs:documentation>
A data type for representing information related to a specific flight plan
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:FlightAlternateArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightAlternateArrivalTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightAlternateDestinationAirport" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightFinalArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightFinalArrivalTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightFinalDestinationAirport" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightFinalDestinationLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightIdentification" minOccurs="0" maxOccurs="1"/>
<xs:element ref="scr:FlightOriginatingAirport" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightOriginatingFlightDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightOriginatingFlightTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightOriginatingLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightPlanTransmittedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightPlannedArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightPlannedArrivalTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightPlannedDestinationAirport" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightPlanSummaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>