scr:CargoFlightPlanSummaryAssociationType

complexType CargoFlightPlanSummaryAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for an association between a flight plan summary and cargo.

Diagram

XML Schema

<xs:complexType name="CargoFlightPlanSummaryAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a flight plan summary and cargo.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:Cargo" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:FlightPlanSummary" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:CargoFlightPlanSummaryAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>