<xsd:complexType name="AbstractContractNotification" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An extension of the AbstractServicingNotification which includes a reference to the facility and the loan contract to which embedded loan events apply. This abtract type should be used to 'wrap' contract-level business events.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractServicingNotification">
<xsd:sequence>
<xsd:element name="facilityOutstandingsPosition" type="FacilityOutstandingsPosition" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|