<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>
|