<xs:group name="SeatGroup">
<xs:annotation>
<xs:documentation>************************************** Alone or in a collection. Can be used either to assigned seats or for allotment description **************************************</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>One or many</xs:documentation>
</xs:annotation>
<xs:element ref="Seat">
<xs:annotation>
<xs:documentation>For individual seats ir seat maps, to group seats with certain properties, equipments, position ...</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Seats">
<xs:annotation>
<xs:documentation>To group seats with different properties, numbers, equipments ...</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:group> |