<xsd:complexType name="Taxes">
<xsd:annotation>
<xsd:documentation source="Description">A collection of taxes.</xsd:documentation>
<xsd:documentation source="Description">A collection of taxes.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Taxes</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" name="Total" type="ota2-0400:CurrencyAmount">
<xsd:annotation>
<xsd:documentation source="Description">Used to provide a total of all the taxes.</xsd:documentation>
<xsd:documentation source="Implementer">AttributeGroup: CurrencyAmountGroup</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="ota2-0400:Tax">
<xsd:annotation>
<xsd:documentation source="Description">An individual tax.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}TaxType</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|