<xsd:group name="LenderAndCashDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that describes lender and cash flow details (relative to the lender), represented within a business event.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="lenderPartyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the lender associated with a specific business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cashPayable" type="CashPayable" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the overall net cash payable, as well as, the breakdown of individual cashflows.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|