<xs:element name="Rooms" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
Collection of rooms in the property.
</xs:documentation>
<xs:appinfo>
<retsid>101878</retsid>
</xs:appinfo>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Room" type="commons:RoomCategoryEnum" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A room on the property.
</xs:documentation>
<xs:appinfo>
<retsid>101879</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|