<xsd:complexType name="AbstractLoanTradingNotification" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying abstract structure for all syndicated loan servicing notifications; the wrapper for events which occur through the life-cycle of a loan trade.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="noticeDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The business date on which the notice is valid (and was communicated).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party sending the notification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="role" type="LoanTradingPartyRole">
<xsd:annotation>
<xsd:documentation>The role of the party that is sending the notification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|