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