Definition Type: Element
Name: AirItinerary
Type: [Unresolved]: AirItineraryType:
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the origin and destination of the traveler. Attributes: DirectionInd - A directional indicator that identifies a type of air booking, either one-way, round-trip, or open-jaw with the enumeration of (OneWay | RT | OpenJaw) respectively. ActionCode - Indicates the status of the booking, such as OK or Wait-List. NumberInParty - Indicates the traveler count.
Collapse XSD Schema Diagram:
Drilldown into OriginDestinationOptions in schema ota_aircommontypes_xsd1 Drilldown into DirectionInd in schema ota_aircommontypes_xsd Drilldown into AirItineraryType in schema ota_aircommontypes_xsd1XSD Diagram of AirItinerary in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AirItinerary" type="AirItineraryType" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en"> Specifies the origin and destination of the traveler. Attributes: DirectionInd - A directional indicator that identifies a type of air booking, either one-way, round-trip, or open-jaw with the enumeration of (OneWay | RT | OpenJaw) respectively. ActionCode - Indicates the status of the booking, such as OK or Wait-List. NumberInParty - Indicates the traveler count. </xs:documentation>
    </xs:annotation>
</xs:element>