Definition Type: Element
Name: SeasonalInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Seasonal information for this fare.
Collapse XSD Schema Diagram:
Drilldown into SeasonalRange in schema ota_airfaredisplayrs_xsd Drilldown into VariationByDatesExistInd in schema ota_airfaredisplayrs_xsd Drilldown into Comment in schema ota_airfaredisplayrs_xsdXSD Diagram of SeasonalInfo in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SeasonalRange nsA:SeasonalRange 0 2
Collapse Child Attributes:
Name Type Default Value Use
Comment nsA:Comment Optional
VariationByDatesExistInd nsA:VariationByDatesExistInd Optional