<xsd:complexType name="LoanPartyProfileNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A profile generated and communicated by parties containing their relevant contact and payment details. This is communicated by parties to anyone who wishes to initiate payments and/or communicate with them.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanPartyProfileNotification">
<xsd:sequence>
<xsd:element name="partyProfile" type="PartyProfile" />
<xsd:element name="party" type="Party" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|