MealGroup

************************************** The types of meals available on
board a transportaion Either a description or a request or a response to a request
**************************************

Element Group Information

Model

Children: Meal, Meals

Used By

Source

<xs:group name="MealGroup">
  <xs:annotation>
    <xs:documentation>************************************** The types of meals available on board a transportaion Either a description or a request or a response to a request **************************************</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="Meal"/>
    <xs:element ref="Meals"/>
  </xs:choice>
</xs:group>