<xsd:complexType name="InterestPaymentNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A notice about the payment requested by the agent bank from each lender for the accrued interest amount for the certain period for the certain loan contract</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="LoanContractNotice">
<xsd:sequence>
<xsd:element name="interestPayment" type="InterestPayment" />
<xsd:element name="interestAccrualSchedule" type="InterestAccrualSchedule" />
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|