<xsd:complexType name="AbstractLoanPartyProfileNotification" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base type for all supplementary communication to paying entities and/or servicing platforms.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="comments" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A free-form, manually entered field which will be used by users directly for additional information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|