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