Definition Type: Element
Name: SaleDateRestriction
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirFareDisplayRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Restrict sale dates for this contract.
Collapse XSD Schema Diagram:
Drilldown into IncludeIndicator in schema ota_airfaredisplayrs_xsd Drilldown into EndDate in schema ota_airfaredisplayrs_xsd Drilldown into StartDate in schema ota_airfaredisplayrs_xsdXSD Diagram of SaleDateRestriction in schema ota_airfaredisplayrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SaleDateRestriction" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Restrict sale dates for this contract.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="StartDate" type="xs:date" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The start date (inclusive) of the date range within which this fare can be sold.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="EndDate" type="xs:date" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The end date (inclusive) of the date range within which this fare can be sold.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="IncludeIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, this fare can be sold within the date range. When false, this fare cannot be sold within the date range.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
StartDate nsA:StartDate Optional
EndDate nsA:EndDate Optional
IncludeIndicator nsA:IncludeIndicator Optional