<xsd:complexType name="RatePlanInclusions">
<xsd:annotation>
<xsd:documentation source="Description">Defines charges that are included in this rate plan.</xsd:documentation>
<xsd:documentation source="Description">Defines charges that are included in this rate plan.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RatePlanInclusions</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="ota2-0400:Description">
<xsd:annotation>
<xsd:documentation source="Description">Description of what is included in the rate plan.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}ParagraphType</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="ph" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RatePlanInclusionDesciption</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="taxInclusiveInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Indicates that tax is included in the rate.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="serviceFeeInclusiveInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Indicates that service fees are included in the rate.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|