Definition Type: AttributeGroup
Name: TimeWindowGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Total time span covered by this availability request (from the earliest arrival to the latest departure)
Collapse XSD Schema Diagram:
Drilldown into DOW in schema ota_commontypes_xsd1 Drilldown into LatestDate in schema ota_commontypes_xsd1 Drilldown into EarliestDate in schema ota_commontypes_xsd1XSD Diagram of TimeWindowGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="TimeWindowGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Total time span covered by this availability request (from the earliest arrival to the latest departure)</xs:documentation>
    </xs:annotation>
    <xs:attribute name="EarliestDate" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The earliest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LatestDate" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The latest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="DOW" type="DayOfWeekType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The Day of Week of the starting date for the availability requested. Enumerated values of StartDOW are the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
EarliestDate EarliestDate Optional
LatestDate LatestDate Optional
DOW DOW Optional