<xsd:complexType name="OneOffFeePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The details of a payment made by the borrower to the agent bank related to a given oneOff facilty fee.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="feeType" type="OneOffFeeTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Type of the fee</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date when fee is due</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paymentDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The day on which the fee is payed by the borrower to the agent bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The fee amount payed by the borrower to the agent bank.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|