Definition Type: ComplexType
Name: Repayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-loan-4-4.xsd
Abstract
Documentation:
Lender share of the borrower re-payment
Collapse XSD Schema Diagram:
Drilldown into loanContractRepayment in schema fpml-loan-4-4_xsd Drilldown into facilityRepayment in schema fpml-loan-4-4_xsdXSD Diagram of Repayment in schema fpml-loan-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Repayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Lender share of the borrower re-payment</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="facilityRepayment" type="FacilityRepayment" />
        <xsd:element name="loanContractRepayment" type="LoanContractRepayment" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
facilityRepayment fpml:facilityRepayment (1) (1)
loanContractRepayment fpml:loanContractRepayment (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:repayment