XML Schema Documentation

Complex Type: MaturingLoanContracts

[Table of contents]

Super-types: None
Sub-types: None
Name MaturingLoanContracts
Used by (from the same schema document) Complex Type RolloverNotice
Abstract no
Documentation Section in the rollover describing new loan contracts
XML Instance Representation
<...>
<maturingLoanContract> MaturingLoanContract </maturingLoanContract> [1..*]

'Loan contract interest payment'

<repayment> Repayment </repayment> [0..1]
</...>
Diagram
type_Repayment
Schema Component Representation
<xsd:complexType name="MaturingLoanContracts">
<xsd:sequence>
<xsd:element name="maturingLoanContract" type=" MaturingLoanContract " maxOccurs="unbounded"/>
<xsd:element name="repayment" type=" Repayment " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>