Definition Type: Element
Name: StopLocation
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirAvailRS.xsd
MinOccurs 0
MaxOccurs 9
Abstract
Documentation:
A location where the flight is scheduled to stop en route to its destination for this flight segment.
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_xsd1XSD Diagram of StopLocation in schema ota_airavailrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="StopLocation" minOccurs="0" maxOccurs="9">
    <xs:annotation>
        <xs:documentation xml:lang="en">A location where the flight is scheduled to stop en route to its destination for this flight segment.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="LocationGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">A location where the flight is scheduled to stop en route to its destination for this flight segment.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
LocationCode LocationCode Optional
CodeContext CodeContext IATA (Optional)