<xsd:complexType name="MaturingLoanContracts">
<xsd:annotation>
<xsd:documentation xml:lang="en">Section in the rollover describing currently maturing loan contracts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="maturingLoanContract" type="MaturingLoanContract" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A single maturing loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="repayment" type="Repayment" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|