<xsd:complexType name="ApplicableSettlementInstructionDetails">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines the assets (or type of assets) that a particular set of settlement instrution details may be associated with.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractApplicablePartyProfileObjects">
<xsd:sequence>
<xsd:element name="settlementDetails" type="SettlementDetails" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Settlement account details to describe the acount to which cash should be sent, for payments received by the party sending the Lender Party Notification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|