<xsd:complexType name="TotalPrice">
<xsd:annotation>
<xsd:documentation source="Description">The total price of the offer incorporating fees and taxes for each product in the offer adjusted according to the codes in the price modifiers.</xsd:documentation>
<xsd:documentation source="Description">The total price of the offer incorporating fees and taxes for each product in the offer adjusted according to the codes in the price modifiers.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TotalPrice</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" name="Total" type="ota2-0400:CurrencyAmount">
<xsd:annotation>
<xsd:documentation source="Description">The total price for the offer or order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="order-0300:ProductPrice">
<xsd:annotation>
<xsd:documentation source="Description">Price for a given Product reference.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="order-0300:PriceModifiers">
<xsd:annotation>
<xsd:documentation source="Description">Promotions or discounts applied in the price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="ota2-0400:Fee">
<xsd:annotation>
<xsd:documentation source="Description">One or more fees associated with the offer or order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:Taxes">
<xsd:annotation>
<xsd:documentation source="Description">Taxes associated with the offer or order.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="estimateInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When true, indicates the total price is an estimate.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="taxExcludedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Taxes are included in the Total price unless this indicator is set. Individual taxes may be excluded by indicating as such on the individual tax item.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|