<xsd:complexType abstract="true" name="ProductPrice">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ProductPrice</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:PriceSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">The details of the price of the product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:Taxes">
<xsd:annotation>
<xsd:documentation source="Description">Taxes for this product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="ota2-0400:Fee">
<xsd:annotation>
<xsd:documentation source="Description">Fees related to this product.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ProductRef" type="xsd:IDREF">
<xsd:annotation>
<xsd:documentation source="Description">Refers to the objID on an object defined elsewhere in the current document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="order-0300:Gratuity">
<xsd:annotation>
<xsd:documentation source="Description">Gratiuity information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Shared" />
</xsd:sequence>
<xsd:attribute name="taxExcludedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When present and true, tax is excluded from the price.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="feesIncludedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When present and true, fees are included.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gratuityIncludedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When present and true, the gratuity is included in the price of this product.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|