Definition Type: Element
Name: ConnectionLocation
Namespace: http://www.opentravel.org/OTA/2003/05
Type: LocationType
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Include or exclude connection locations
Collapse XSD Schema Diagram:
Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into LocationCode in schema ota_commontypes_xsd1 Drilldown into LocationGroup in schema ota_commontypes_xsd1 Drilldown into LocationType in schema ota_commontypes_xsd1 Drilldown into IncludeIndicator in schema ota_airfaredisplayrs_xsdXSD Diagram of ConnectionLocation in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
LocationCode LocationCode Optional
CodeContext CodeContext IATA (Optional)
IncludeIndicator nsA:IncludeIndicator Optional
Collapse Derivation Tree: