XML Schema Documentation

Complex Type: Repayment

[Table of contents]

Super-types: None
Sub-types: None
Name Repayment
Used by (from the same schema document) Complex Type RepaymentNotice
Abstract no
Documentation Representation of a repayment made by the borrower. This structure represents the repayment at the facility and loan contract levels.
XML Instance Representation
<...>
<facilityRepayment> FacilityRepayment </facilityRepayment> [1]

'Representation of a principal repayment shown at the facility level.'

<loanContractRepayment> LoanContractRepayment </loanContractRepayment> [1..*]

'Representation of a principal repayment shown at the loan contract level.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Repayment">
<xsd:sequence>
<xsd:element name="facilityRepayment" type=" FacilityRepayment "/>
<xsd:element name="loanContractRepayment" type=" LoanContractRepayment " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>