Definition Type: Element
Name: MinimumStay
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies restrictions for the shortest length/period of time or earliest day return travel can commence or be completed.
Collapse XSD Schema Diagram:
Drilldown into ComplicatedRulesInd in schema ota_aircommontypes_xsd Drilldown into MinStayDate in schema ota_aircommontypes_xsd Drilldown into StayUnit in schema ota_aircommontypes_xsd Drilldown into MinStay in schema ota_aircommontypes_xsd Drilldown into ReturnTimeOfDay in schema ota_aircommontypes_xsdXSD Diagram of MinimumStay in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="MinimumStay" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies restrictions for the shortest length/period of time or earliest day return travel can commence or be completed.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="ReturnTimeOfDay" type="TimeOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en"> The time of day when return travel may commence.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="MinStay" type="Numeric1to99" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The amount of elapsed time or number of occurrences of a day of the week needed to satisfy a minimum stay requirement.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="StayUnit" type="StayUnitType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The unit of elapsed time or the day of the week applied to the MinStay value. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="MinStayDate" type="TimeOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The specific date for the minimum stay requirement.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ComplicatedRulesInd" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">If true, there are complicated rules for the minimum stay requirement.
</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
ReturnTimeOfDay ReturnTimeOfDay Optional
MinStay MinStay Optional
StayUnit StayUnit Optional
MinStayDate MinStayDate Optional
ComplicatedRulesInd ComplicatedRulesInd Optional