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