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