<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" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An enumeration that describes whether this message is a drawdown or a rate set notification. The same message structure is used for both, with some business validation differences.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="conditionsPrecedentType" type="ConditionsPrecedentEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An enumeration which describes whether the condition precent have been met, not met or been waived. Please note: this field in not required since conditions precedent may not be applicable in certain scenarios.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="drawdownPayment" type="DrawdownPayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The lender's portion of the drawdown payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parties involved with the associated transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|