Definition Type: AttributeGroup
Name: ReservationStatusGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Provides the synchronization datetime as well as the reservation status code
Collapse XSD Schema Diagram:
Drilldown into SyncDateTime in schema ota_cruisecommontypes_xsd Drilldown into OfferDate in schema ota_cruisecommontypes_xsd Drilldown into BookedDate in schema ota_cruisecommontypes_xsd Drilldown into LastModifyDateTime in schema ota_cruisecommontypes_xsd Drilldown into StatusCode in schema ota_cruisecommontypes_xsdXSD Diagram of ReservationStatusGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="ReservationStatusGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides the synchronization datetime as well as the reservation status code</xs:documentation>
    </xs:annotation>
    <xs:attribute name="StatusCode" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the booking status. Refer to OTA_Code list Status (STS).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LastModifyDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the synchronization date and time of the record between two systems.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="BookedDate" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The date or date/time associated with the original reservation booking.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="OfferDate" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The date or date/time associated with the original reservation offer or quote.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SyncDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the synchronization date of the record between GDS and CruiseLine.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
StatusCode StatusCode Optional
LastModifyDateTime LastModifyDateTime Optional
BookedDate BookedDate Optional
OfferDate OfferDate Optional
SyncDateTime SyncDateTime Optional