<xsd:complexType name="NewLoanContracts">
<xsd:annotation>
<xsd:documentation xml:lang="en">Section in the rollover describing new loan contracts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="loanContract" type="LoanContract" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">New loan contract created as the result of rollover.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="drawdownPayment" type="DrawdownPayment" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|