<xsd:complexType name="LoanContractMaturityChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing a change of maturity date on a one or more outstanding loan contracts.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="currentMaturityDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The new loan contract maturity date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorMaturityDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The previous loan contract maturity date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|