Definition Type: ComplexType
Name: MealsIncluded
Namespace: http://www.opentravel.org/OTM/product/v4
Type: ota2:Empty
Containing Schema: Product_4_0_0.xsd
Abstract
Documentation:
Specifies which meals are included with this rate plan.
Collapse XSD Schema Diagram:
Drilldown into dinnerInd in schema product_4_0_0_xsd Drilldown into lunchInd in schema product_4_0_0_xsd Drilldown into breakfastInd in schema product_4_0_0_xsd Drilldown into mealPlanCodes in schema product_4_0_0_xsdXSD Diagram of MealsIncluded in schema product_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="MealsIncluded">
    <xsd:annotation>
        <xsd:documentation source="Description">Specifies which meals are included with this rate plan.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">MealsIncluded</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="mealPlanCodes" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Identifies the type of meal plans included with this rate plan.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="breakfastInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">When true, indicates that breakfast is included with this rate plan.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="lunchInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">When true, indicates that lunch is included with this rate plan.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="dinnerInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">When true, indicates dinner is included with this rate plan.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
mealPlanCodes prod-0400:mealPlanCodes Optional
breakfastInd prod-0400:breakfastInd Optional
lunchInd prod-0400:lunchInd Optional
dinnerInd prod-0400:dinnerInd Optional
Collapse Derivation Tree: