<xs:complexType name="MealPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a food and beverage preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preference level for a meal type.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="MealType" type="MealType">
<xs:annotation>
<xs:documentation xml:lang="en">Type of meal required (e.g.,vegetarian, Kosher, low fat, etc.)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FavoriteFood" type="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">Dining preferences used with this collection.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Beverage" type="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">Type of drink(s) preferred.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|