<xs:element name="SeasonalInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Seasonal information for this fare.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SeasonalRange" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">The date range for the season.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Direction" type="AirTripType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The direction associated with the seasonal fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The start and end date of the season.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Comment" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Seasonal comment information associated with the fare.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="NoComment">
<xs:annotation>
<xs:documentation xml:lang="en">There is no comment information for the season.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AllYear">
<xs:annotation>
<xs:documentation xml:lang="en">The information applies to all year.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MoreSeasonsInRule">
<xs:annotation>
<xs:documentation xml:lang="en">There is more seasonal information in the rules</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PastDate">
<xs:annotation>
<xs:documentation xml:lang="en">The season has already passed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UnableToDisplaySeason">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies that the season information cannot be displayed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NewFare">
<xs:annotation>
<xs:documentation xml:lang="en">This is a new fare for the season.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="VariationByDatesExistInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, there is a variation in the fare by the seasonal dates.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|