Definition Type: ComplexType
Name: RateRange
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2:Empty
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
A range of monetary values within which the cost of the available products are requested.
Collapse XSD Schema Diagram:
Drilldown into currencyCode in schema common_4_0_0_xsd Drilldown into rateTimeUnit in schema common_4_0_0_xsd Drilldown into fixedRate in schema common_4_0_0_xsd Drilldown into maxRate in schema common_4_0_0_xsd Drilldown into minRate in schema common_4_0_0_xsdXSD Diagram of RateRange in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="RateRange">
    <xsd:annotation>
        <xsd:documentation source="Description">A range of monetary values within which the cost of the available products are requested.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RateRange</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="minRate" type="ota2-0400:Money" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">A decimal value that indicates the minimum monetary value to be considered in a request for an available product.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}Money</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="maxRate" type="ota2-0400:Money" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">A decimal value that indicates the maximum monetary value to be considered in a request for an available product.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}Money</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="fixedRate" type="ota2-0400:Money" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The rate amount used in place of MinRate and MaxRate when a specific rate is being requested.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}Money</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="rateTimeUnit" type="ota2-0300:TimeUnit_Enum" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Used to specify the period of time to which the rates apply.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}TimeUnitType</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="currencyCode" type="ota2-0400:CurrencyCode_ISO4217" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">An ISO 4217 (3) alpha character code that specifies a monetary unit.</xsd:documentation>
                    <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}AlphaLength3</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
minRate ota2-0400:minRate Optional
maxRate ota2-0400:maxRate Optional
fixedRate ota2-0400:fixedRate Optional
rateTimeUnit ota2-0400:rateTimeUnit Optional
currencyCode ota2-0400:currencyCode Optional
Collapse Derivation Tree:
Collapse References:
orghs-0300:RateRange, orghs-0300:RateRange