<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://htng.org/2010B" elementFormDefault="qualified" targetNamespace="http://htng.org/2010B" id="schema1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://htng.org/Common" />
  <xs:element name="HTNG_RoomMoveNotification">
    <xs:complexType>
      <xs:sequence>
        <xs:element xmlns:q1="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="AffectedGuests" type="q1:ArrayOfAffectedGuestType" />
        <xs:element minOccurs="0" maxOccurs="1" name="SourceRoomInformation">
          <xs:complexType>
            <xs:sequence>
              <xs:element xmlns:q2="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="RoomSharingInfo" type="q2:RoomSharingInfoType" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element minOccurs="0" maxOccurs="1" name="DestinationRoomInformation">
          <xs:complexType>
            <xs:sequence>
              <xs:element xmlns:q3="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="RoomSharingInfo" type="q3:RoomSharingInfoType" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element xmlns:q4="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="TPA_Extensions" type="q4:TPA_ExtensionsType" />
      </xs:sequence>
      <xs:attribute name="TimeStamp" type="xs:dateTime" use="required" />
    </xs:complexType>
  </xs:element>
  <xs:element name="HTNG_CheckOutNotification">
    <xs:complexType>
      <xs:sequence>
        <xs:element xmlns:q5="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="AffectedGuests" type="q5:ArrayOfAffectedGuestType" />
        <xs:element xmlns:q6="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="RoomSharingInfo" type="q6:RoomSharingInfoType" />
        <xs:element xmlns:q7="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="TPA_Extensions" type="q7:TPA_ExtensionsType" />
      </xs:sequence>
      <xs:attribute name="TimeStamp" type="xs:dateTime" use="required" />
    </xs:complexType>
  </xs:element>
  <xs:element name="HTNG_CheckInNotification">
    <xs:complexType>
      <xs:sequence>
        <xs:element xmlns:q8="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="AffectedGuests" type="q8:ArrayOfAffectedGuestType" />
        <xs:element xmlns:q9="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="RoomSharingInfo" type="q9:RoomSharingInfoType" />
        <xs:element xmlns:q10="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="TPA_Extensions" type="q10:TPA_ExtensionsType" />
      </xs:sequence>
      <xs:attribute name="TimeStamp" type="xs:dateTime" use="required" />
    </xs:complexType>
  </xs:element>
  <xs:element name="HTNG_StayUpdateNotification">
    <xs:complexType>
      <xs:sequence>
        <xs:element xmlns:q11="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="AffectedGuests" type="q11:ArrayOfAffectedGuestType" />
        <xs:element xmlns:q12="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="RoomSharingInfo" type="q12:RoomSharingInfoType" />
        <xs:element xmlns:q13="http://htng.org/Common" minOccurs="0" maxOccurs="1" name="TPA_Extensions" type="q13:TPA_ExtensionsType" />
      </xs:sequence>
      <xs:attribute name="TimeStamp" type="xs:dateTime" use="required" />
    </xs:complexType>
  </xs:element>
</xs:schema>