Definition Type: ComplexType
Name: RoomPrice
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Specifies price after all applicable taxes of a product such as the rate for a room or fare for a flight.
Collapse XSD Schema Diagram:
Drilldown into currencyCode in schema common_4_0_0_xsd Drilldown into amountBeforeTax in schema common_4_0_0_xsdXSD Diagram of RoomPrice in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
amountBeforeTax ota2-0400:amountBeforeTax Optional
currencyCode ota2-0400:currencyCode Optional
Collapse Derivation Tree:
Collapse References:
ph:EndRate, ph:Rateph:StartRate,