<xsd:complexType name="EventInstructionOverride" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that identifies a party profile record.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="overrideIdentifier" type="OverrideIdentifier" />
<xsd:sequence>
<xsd:element name="eventIdentifier" type="BusinessEventIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The event for which the (currency-specific) settlement instructions should be applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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 Event Settlement Notification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|