Element | Situations |
Complex Types | CabinType, RoomBedroomType, RoomCollectionType, RoomKitchenType, RoomMeetingRoomType, RoomStorageType, RoomType |
<xs:group name="SituationGroup"> <xs:choice> <xs:element ref="Situation"/> <xs:element ref="Situations"/> </xs:choice> </xs:group> |