Definition Type: AttributeGroup
Name: TravelDateTimeAttributesGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides times related to a travel segment.
Collapse XSD Schema Diagram:
Drilldown into ArrivalDateTime in schema ota_commontypes_xsd1 Drilldown into DepartureDateTime in schema ota_commontypes_xsd1 Drilldown into CheckInTime in schema ota_commontypes_xsd1 Drilldown into DayofWeek in schema ota_commontypes_xsd1XSD Diagram of TravelDateTimeAttributesGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="TravelDateTimeAttributesGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides times related to a travel segment.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="DayofWeek" type="DayOfWeekType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The day of week of travel segment.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CheckInTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The check in time and date of travel segment.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="DepartureDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The departure time and date of the travel segment</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ArrivalDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The arrival time and date of the travel segment.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
DayofWeek DayofWeek Optional
CheckInTime CheckInTime Optional
DepartureDateTime DepartureDateTime Optional
ArrivalDateTime ArrivalDateTime Optional