<xsd:complexType name="DrawdownPayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Lender portion of the drawdown payment</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="paymentDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the principal payment is made by the leder to the agent bank. Usually defaults to the effective date of the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareLoanContractAmount" type="Money" />
</xsd:sequence>
</xsd:complexType>
|