<xs:element name="Meal" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">The meal service for this booking class.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="MealService" type="MealServiceType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">Used to designate a meal or beverage service.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element>