Definition Type: Element
Name: EndDateWindow
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The earliest and latest dates acceptable for the end date.
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_xsd1 Drilldown into TimeWindowGroup in schema ota_commontypes_xsdXSD Diagram of EndDateWindow in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="EndDateWindow" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">The earliest and latest dates acceptable for the end date.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="TimeWindowGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies a date range.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
EarliestDate EarliestDate Optional
LatestDate LatestDate Optional
DOW DOW Optional