<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>
|