MealPlanGroup

If MealPlan and MealPlans are present at the same time, it could be that
the unique one is in the product, or it refers to the preferred and there are lists of
alternatives. Mealplans can also be grouped because of prices being identical, or
application rules, ...

Element Group Information

Model

Children: MealPlan, MealPlans

Used By

Source

<xs:group name="MealPlanGroup">
  <xs:annotation>
    <xs:documentation>If MealPlan and MealPlans are present at the same time, it could be that the unique one is in the product, or it refers to the preferred and there are lists of alternatives. Mealplans can also be grouped because of prices being identical, or application rules, ...</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:annotation>
      <xs:documentation>An element + a collection</xs:documentation>
    </xs:annotation>
    <xs:element ref="MealPlan" minOccurs="0"/>
    <xs:element ref="MealPlans" minOccurs="0"/>
  </xs:sequence>
</xs:group>