<xsd:complexType name="LoanContractNotice" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">Template for all loan contract notices.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:group ref="FacilityNoticeDetails.model" />
<xsd:choice>
<xsd:element name="loanContract" type="LoanContract" />
<xsd:element name="loanContractIdentifier" type="LoanContractIdentifier" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|