<xsd:complexType name="AdditionalPaymentAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the amount of the fee along with, when applicable, the formula that supports its determination.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="paymentAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency amount of the payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="formula" type="Formula" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a formula, with its description and components.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|