Definition Type: Element
Name: ConnectionLocations
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for routing restrictions
Collapse XSD Schema Diagram:
Drilldown into ConnectionLocation in schema ota_airfaredisplayrs_xsdXSD Diagram of ConnectionLocations in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ConnectionLocations" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for routing restrictions</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ConnectionLocation" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Include or exclude connection locations</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="LocationType">
                            <xs:attribute name="IncludeIndicator" type="xs:boolean" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">When true, the connection location is allowed. When false, the connection location is not allowed.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConnectionLocation nsA:ConnectionLocation (1) 99