Definition Type: Element
Name: TrafficRestrictionInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirScheduleRS.xsd
MinOccurs 0
MaxOccurs 9
Abstract
Documentation:
Traffic restriction information for a specific flight.
Collapse XSD Schema Diagram:
Drilldown into Text in schema ota_airschedulers_xsd Drilldown into Code in schema ota_airschedulers_xsdXSD Diagram of TrafficRestrictionInfo in schema ota_airschedulers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Code nsA:Code Optional
Text nsA:Text Optional