<xsd:complexType name="Repayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Representation of a repayment made by the borrower. This structure represents the repayment at the facility and loan contract levels.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="facilityRepayment" type="FacilityRepayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Representation of a principal repayment shown at the facility level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="loanContractRepayment" type="LoanContractRepayment" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Representation of a principal repayment shown at the loan contract level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|