<xsd:complexType name="RoomPrice">
<xsd:annotation>
<xsd:documentation source="Description">Specifies price after all applicable taxes of a product such as the rate for a room or fare for a flight.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RoomPrice</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="amountBeforeTax" type="xsd:decimal" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The price before taxes are applied.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="currencyCode" type="ota2-0400:CurrencyCode_ISO4217" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The currency code for the amount.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|