<xsd:complexType name="AbstractServicingNotification" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base type for all syndicated loan servicing notifications; the wrapper for loan events which occur through the life-cycle of a deal.</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:element name="isGlobalOnly" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Indicates whether the embedded business event is 'global', i.e. NOT lender specific.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="eventPayment" type="EventPayment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The payments/wiring instructions associated with all embedded loan events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|