<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>
|