<xsd:complexType name="AbstractLoanEvent" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base type defining common features of a syndicated loan business event.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractEventRequireId">
<xsd:sequence>
<xsd:element name="parentEventIdentifier" type="BusinessEventIdentifier" minOccurs="0" />
<xsd:element name="correctedEventIdentifier" 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="LenderAndCashDetails.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en" />
</xsd:annotation>
</xsd:group>
<xsd:element name="comment" type="String" 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>
|