<xs:element name="TourCodeInfo">
<xs:annotation>
<xs:documentation>Provides the tour code.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="TourTypeCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Type of tour (e.g., IT=inclusive Tour, BT= Bulk Tour, NR=Net Remit).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="YearNum" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Last digit of the year of the tour code creation.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0" />
<xs:maxInclusive value="9" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="PromotionCodeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide a promotion code and the associated vendor.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="PartyID" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifier assigned to a tour group by the airline.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|