<xsd:complexType name="DrawdownNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">The notification from the agent bank to lender that loan contract is requested by the borrower. A loan contract notice will be created by the agent bank for each of the lenders</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="LoanContractNotice">
<xsd:sequence>
<xsd:element name="drawdownEventType" type="DrawdownEventTypeEnum" />
<xsd:element name="drawdownPayment" type="DrawdownPayment" />
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|