<xs:element name="TrafficRestrictionInfo" minOccurs="0" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">Traffic restriction information for a specific flight.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Code" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> A restriction in coded format that may affect the flight schedule. Refer to OTA code list TRC (Traffic Restriction Code).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Text" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A restriction in text format that may affect the flight schedule.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|