<xsd:complexType name="MaturingLoanContract">
<xsd:annotation>
<xsd:documentation xml:lang="en">Information about single maturing loan contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="loanContractSummary" type="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="InterestPaymentDetails.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains all fields required to describe an interest payment.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|