RoomCategoryGroup

**************************************- Categories correspond to
standard, superior... **************************************- Categories can be used to
specify the category for a given room only or a collection of rooms. Detailed
descriptions, price differences, ... can be detailed
**************************************-

Element Group Information

Model

Used By

Source

<xs:group name="RoomCategoryGroup">
  <xs:annotation>
    <xs:documentation>**************************************- Categories correspond to standard, superior... **************************************- Categories can be used to specify the category for a given room only or a collection of rooms. Detailed descriptions, price differences, ... can be detailed **************************************-</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>************************************** 0 does not mean that a room may not have a category, but that a room object can be used without describing the categories **************************************</xs:documentation>
    </xs:annotation>
    <xs:element ref="RoomCategory"/>
    <xs:element ref="RoomCategories"/>
  </xs:choice>
</xs:group>