<xs:complexType name="TicketingInfoRS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">
Extends TicketingInfoType to provide an eTicketNumber.
</xs:documentation>
<xs:documentation xml:lang="en"> Minimum information about ticketing required to complete the booking transaction plus eTicket number.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="TicketingInfoType">
<xs:attribute name="eTicketNumber" type="AlphaNumericStringLength1to14" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If reservation is electronically ticketed at time of booking, this is the field for the eTicket number.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|