Definition Type: Element
Name: TicketDesignator
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs 10
Abstract
Documentation:
Contains the discount code and a flight reference applicable to the fare.
Collapse XSD Schema Diagram:
Drilldown into TicketDesignatorExtension in schema ota_aircommontypes_xsd Drilldown into TicketDesignatorCode in schema ota_aircommontypes_xsd Drilldown into FlightRefRPH in schema ota_aircommontypes_xsdXSD Diagram of TicketDesignator in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TicketDesignator" maxOccurs="10">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the discount code and a flight reference applicable to the fare.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FlightRefRPH" type="RPH_Type" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies the flight to which this ticket designator applies.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TicketDesignatorCode" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies a discount code applicable to the fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="TicketDesignatorExtension" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies an extension that a carrier may apply to a  ticket designator.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FlightRefRPH FlightRefRPH Optional
TicketDesignatorCode TicketDesignatorCode Optional
TicketDesignatorExtension TicketDesignatorExtension Optional