<xsd:complexType name="Fees">
<xsd:annotation>
<xsd:documentation source="Description">One or more fees.</xsd:documentation>
<xsd:documentation source="Description">One or more fees.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Fees</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:Fee">
<xsd:annotation>
<xsd:documentation source="Description">A fee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Total" type="ota2-0400:CurrencyAmount">
<xsd:annotation>
<xsd:documentation source="Description">Used to provide a total of all the fees.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|