XML Schema Documentation

Complex Type: NewLoanContracts

[Table of contents]

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

'New loan contract created as the result of rollover.'

<drawdownPayment> DrawdownPayment </drawdownPayment> [0..1]
</...>
Diagram
type_DrawdownPayment
Schema Component Representation
<xsd:complexType name="NewLoanContracts">
<xsd:sequence>
<xsd:element name="loanContract" type=" LoanContract " maxOccurs="unbounded"/>
<xsd:element name="drawdownPayment" type=" DrawdownPayment " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>