<xs:complexType name="TaxesType">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of taxes.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Tax" type="TaxType" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">An individual tax.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide a total of all the taxes.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
|