<xsd:complexType name="LoanEvent" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base type defining common features of a syndicated loan business event. Such events are originated by the borrower and are required to be communicated to the lender syndicate by agents.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractEventRequireId">
<xsd:sequence>
<xsd:element name="businessEventGroupId" type="BusinessEventGroupIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An identifier used to group related business events together.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="previousInaccurateEventId" type="BusinessEventIdentifier" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A unique id associated with a previous inaccurate event. Population of this identifier reflects the fact that this new event is being used to apply a 'corrective measure' to the referenced event (rather than this being an actual real-life event). The net result (across both events) ensures accurate accounting.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="BusinessEventParties.model">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:group>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the associated business event is effective.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="LenderAndCashDetails.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:group>
<xsd:element name="comment" type="xsd:normalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A freetext field which allows the sender to add further details around the business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|