<xsd:complexType name="Borrowing">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing the fact that a new loan contract (funded borrowing) has been requested by the borrower.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare" />
<xsd:element name="conditionsPrecedentMet" type="ConditionsPrecedentMetEnum" 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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|