<xsd:complexType name="InterestPaymentNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A notice defining the payment requested by the agent bank from each lender for given interest accrual period for a given loan contract.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="LoanContractNotice">
<xsd:sequence>
<xsd:group ref="InterestPaymentDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains all fields required to describe an interest payment.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<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>
|