<xsd:complexType name="LoanContractRepayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of principal repayment associated with a single loan contract</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="loanContractIdentifier" type="LoanContractIdentifier" />
<xsd:element name="amount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of the repayment associated with this loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestPaidWithRepayment" type="InterestPaidWithRepaymentEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the option of paying interest on repayment date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|