MealPlanRefCodeType

Describes where the reference of the meal plan comes from :
**>Brochure : description is on the brochure **>OnSite : description will be
found on site only and may differ according to time of the year.

Simple Type Information

Used By

Source

<xs:simpleType name="MealPlanRefCodeType">
  <xs:annotation>
    <xs:documentation>Describes where the reference of the meal plan comes from : **>Brochure : description is on the brochure **>OnSite : description will be found on site only and may differ according to time of the year.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Brochure"/>
    <xs:enumeration value="OnSite"/>
  </xs:restriction>
</xs:simpleType>