<xsd:complexType name="RoomRate_Detail">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the details of a room rate.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RoomRate</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ph:RoomRate">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:Taxes">
<xsd:annotation>
<xsd:documentation source="Description">Taxes associated to the room rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:Fees">
<xsd:annotation>
<xsd:documentation source="Description">A fee associated to the room rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
<xsd:attribute name="source" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the source of the rate (e.g. room block, negotiated rate, promotion).</xsd:documentation>
<xsd:appinfo>
<otm:Example context="ph" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Promotion</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|