Definition Type: ComplexType
Name: MealPrefType
Type: Unresolved link to stringlength0to64
Containing Schema: OTA_CommonPrefs.xsd
Abstract
Documentation:
Identifies a food and beverage preference.
Collapse XSD Schema Diagram:
Drilldown into Beverage in schema ota_commonprefs_xsd1 Drilldown into FavoriteFood in schema ota_commonprefs_xsd1 Drilldown into MealType in schema ota_commonprefs_xsd1 Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsdXSD Diagram of MealPrefType in schema ota_commonprefs_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional
MealType MealType (Optional)
FavoriteFood FavoriteFood (Optional)
Beverage Beverage (Optional)
Collapse Derivation Tree:
  • Unresolved link to stringlength0to64
Collapse References:
MealPref, MealPref, Unresolved link to mealpref4