<xs:group name="OccupancyGroup">
<xs:annotation>
<xs:documentation>Lists uses Occupancy only. Collection should be used for complex requests or descriptions such as alternatives</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>0 does not mean that a room cannot hold people, but that a room object can be used without describing the occupancy or that the occupancy is described somewhere else (beds, hotel, ...)</xs:documentation>
</xs:annotation>
<xs:element ref="Occupancy"/>
<xs:element ref="Occupancies"/>
</xs:choice>
</xs:group> |