<xsd:complexType name="LoanBulkServicingNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate multiple business events, within a single notification.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractContractNotification">
<xsd:sequence>
<xsd:choice minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>This section is used to specify the cash generating events that are part of this 'bulk' notification. Bulk messages are to be used when communicating 2 or more events.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="facilityFeePaymentGroup" />
<xsd:element ref="facilityEventGroup" />
<xsd:element name="accruingFeePayment" type="AccruingFeePayment" />
<xsd:element name="accruingPikPayment" type="AccruingPikPayment" />
<xsd:element ref="loanContractEventGroup" />
<xsd:element ref="lcEventGroup" />
</xsd:choice>
<xsd:choice maxOccurs="unbounded">
<xsd:group ref="FacilityDetails.model" />
<xsd:choice minOccurs="0">
<xsd:group ref="LetterOfCreditDetails.model" />
<xsd:group ref="LoanContractDetails.model" />
</xsd:choice>
</xsd:choice>
<xsd:element name="party" type="Party" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|