<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 lenders fee amounts. It is important to note that these fees are all calculated based on facility level information. The fee types are Commitment Fee, Utilization Fee, Facility Fee, Letter of Credit Fee.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityNotice">
<xsd:sequence>
<xsd:element name="feePayment" type="OnGoingFeePayment" />
<xsd:element name="feeAccrualSchedule" type="FeeAccrualSchedule" />
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|