<xsd:complexType name="LoanContractNotice" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract type containing all the common elements of a loan contract-level notice.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:group ref="FacilityNoticeDetails.model" />
<xsd:choice>
<xsd:annotation>
<xsd:documentation xml:lang="en">The sender may choose to either transmit the full or partial loan contract details.</xsd:documentation>
</xsd:annotation>
<xsd:element name="loanContract" type="LoanContract">
<xsd:annotation>
<xsd:documentation xml:lang="en">A core structure describing a loan contract between borrower and lenders forming part or all of the credit line offered by a facility structure within a deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="loanContractSummary" type="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|