Definition Type: Element
Name: TrafficRestrictionInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: FreeTextType
Containing Schema: OTA_AirAvailRS.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Traffic restriction information for a specific flight.
Collapse XSD Schema Diagram:
Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into LanguageGroup in schema ota_commontypes_xsd1 Drilldown into FreeTextType in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_airavailrs_xsdXSD Diagram of TrafficRestrictionInfo in schema ota_airavailrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TrafficRestrictionInfo" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Traffic restriction information for a specific flight.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="FreeTextType">
                <xs:attribute name="Code" type="OTA_CodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The traffic restriction that applies to this flight segment. Refer to OTA code list TRC (Traffic Restriction Code).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Language Language Optional
Code nsA:Code Optional
Collapse Derivation Tree: