Definition Type: Element
Name: TicketingInfo
Type: TicketingInfoRS_Type
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Container for TicketingInfoRS_Type.
Collapse XSD Schema Diagram:
Drilldown into PricingSystem in schema ota_aircommontypes_xsd1 Drilldown into TicketingVendor in schema ota_aircommontypes_xsd1 Drilldown into TicketAdvisory in schema ota_aircommontypes_xsd1 Drilldown into TimeLimitMinutes in schema ota_aircommontypes_xsd Drilldown into RequestedTicketingDate in schema ota_aircommontypes_xsd Drilldown into PseudoCityCode in schema ota_aircommontypes_xsd Drilldown into ReverseTktgSegmentsInd in schema ota_aircommontypes_xsd Drilldown into TravelerRefNumber in schema ota_aircommontypes_xsd Drilldown into FlightSegmentRefNumber in schema ota_aircommontypes_xsd Drilldown into TicketingStatus in schema ota_aircommontypes_xsd Drilldown into TicketType in schema ota_aircommontypes_xsd Drilldown into CancelOnExpiryInd in schema ota_aircommontypes_xsd Drilldown into TicketTimeLimit in schema ota_aircommontypes_xsd Drilldown into TicketingInfoType in schema ota_aircommontypes_xsd1 Drilldown into eTicketNumber in schema ota_aircommontypes_xsd Drilldown into TicketingInfoRS_Type in schema ota_aircommontypes_xsd1 Drilldown into PaymentType in schema ota_aircommontypes_xsdXSD Diagram of TicketingInfo in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="TicketingInfo" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container for TicketingInfoRS_Type.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="TicketingInfoRS_Type">
                <xs:sequence>
                    <xs:element name="DeliveryInfo" minOccurs="0" maxOccurs="5">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Shipping information for the ticket.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attribute name="DistribType" type="OTA_CodeType" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies the manner in which a ticket will be sent to the traveler. Refer to OTA Code List Distribution Type (DTB).
					</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attributeGroup ref="CurrencyAmountGroup">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies the cost of the ticket delivery option.</xs:documentation>
                                </xs:annotation>
                            </xs:attributeGroup>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
                <xs:attribute name="PaymentType" type="ListOfOTA_CodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Specifies the allowable forms of payment (i.e., check, cash, credit card).  Refer to OTA Code List Payment Type (PMT).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TicketAdvisory TicketAdvisory 0 10
TicketingVendor TicketingVendor 0 (1)
PricingSystem PricingSystem 0 (1)
DeliveryInfo DeliveryInfo 0 5
Collapse Child Attributes:
Name Type Default Value Use
TicketTimeLimit TicketTimeLimit Optional
CancelOnExpiryInd CancelOnExpiryInd Optional
TicketType TicketType Optional
TicketingStatus TicketingStatus Optional
FlightSegmentRefNumber FlightSegmentRefNumber Optional
TravelerRefNumber TravelerRefNumber Optional
ReverseTktgSegmentsInd ReverseTktgSegmentsInd Optional
PseudoCityCode PseudoCityCode Optional
RequestedTicketingDate RequestedTicketingDate Optional
TimeLimitMinutes TimeLimitMinutes Optional
eTicketNumber eTicketNumber Optional
PaymentType PaymentType Optional
Collapse Derivation Tree: