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