Definition Type: Element
Name: SeasonalRange
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs 2
Abstract
Documentation:
The date range for the season.
Collapse XSD Schema Diagram:
Drilldown into End in schema ota_commontypes_xsd1 Drilldown into Duration in schema ota_commontypes_xsd1 Drilldown into Start in schema ota_commontypes_xsd1 Drilldown into DateTimeSpanGroup in schema ota_commontypes_xsd1 Drilldown into Direction in schema ota_airfaredisplayrs_xsdXSD Diagram of SeasonalRange in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Direction nsA:Direction Optional
Start Start Optional
Duration Duration Optional
End End Optional