<xsd:complexType name="OnGoingFeeNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">The agent bank will request that the borrower makes a fee payment in accordance with the credit agreement. The borrower will make a payment to the agent bank after which the agent bank will calculate each lender's fee amount.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityNotice">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="loanContractSummary" type="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lcSummary" type="LcSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify a letter of credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="feePayment" type="OnGoingFeePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A representation of the on-going fee payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="feeAccrualSchedule" type="FeeAccrualSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The details of the underlying elements that effect the calculation of a fee accrual.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parties involved with the associated transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|