Partager via


3.1.4.2.3.3 t:ArrayOfRoomsType Complex Type

The ArrayOfRoomsType complex type specifies the collection of rooms that belong to the requested room list.

 <xs:complexType name="t:ArrayOfRoomsType">
   <xs:sequence>
     <xs:element name="Room"
       type="t:RoomType"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child element of the ArrayOfRoomsType complex type.

Element

Type

Description

Room

t:RoomType (section 3.1.4.2.3.5)

Specifies the name and e-mail address of a room.