Definition Type: Element
Name: ExchangeInfo
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Exchange ticket/document information.
Collapse XSD Schema Diagram:
Drilldown into OriginalOriginDestination in schema ota_aircommontypes_xsd1 Drilldown into CouponInfo in schema ota_aircommontypes_xsd1 Drilldown into TicketDocumentNbr in schema ota_aircommontypes_xsdXSD Diagram of ExchangeInfo in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ExchangeInfo" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Exchange ticket/document information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CouponInfo" minOccurs="0" maxOccurs="4">
                <xs:annotation>
                    <xs:documentation>Optional information on coupon numbers being exchanged.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="Number" type="Numeric1to4" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The applicable coupon number.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
            <xs:element name="OriginalOriginDestination" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The original origin and destination for exchanged ticket/documents.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="OriginCityCode" type="StringLength1to8" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Origin city code.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attribute name="DestinationCityCode" type="StringLength1to8" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Destination city code.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="TicketDocumentNbr" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The new ticket/document number.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CouponInfo CouponInfo 0 4
OriginalOriginDestination OriginalOriginDestination 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
TicketDocumentNbr TicketDocumentNbr Optional