<xsd:complexType name="Fee">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Fee</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:PriceSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">The breakdown of the price associated with the fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FeeType" type="ota2-0300:FeeType_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the fee (e.g.,agency fee, municipality fee).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:Description">
<xsd:annotation>
<xsd:documentation source="Description">Description of the fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:FeeDetail">
<xsd:annotation>
<xsd:documentation source="Description">Detailed information regarding the fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="taxExcludedInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">When true, tax is excluded from the price.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|