Definition Type: ComplexType
Name: EventInstructionOverride
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract False
Documentation:
A type that identifies a party profile record.
Collapse XSD Schema Diagram:
Drilldown into settlementDetails in schema fpml-loan-5-10_xsd Drilldown into eventIdentifier in schema fpml-loan-5-10_xsd Drilldown into overrideIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of EventInstructionOverride in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
overrideIdentifier nsA:overrideIdentifier (1) (1)
eventIdentifier nsA:eventIdentifier (1) (1)
settlementDetails nsA:settlementDetails (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:override