Definition Type: ComplexType
Name: OnBehalfOf
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-msg-5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into accountReference in schema fpml-msg-5-0_xsd1 Drilldown into partyReference in schema fpml-msg-5-0_xsd1XSD Diagram of OnBehalfOf in schema fpml-msg-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OnBehalfOf">
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The party for which the message reciever should work.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="accountReference" type="AccountReference" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Identifies the account(s) related to the party when they can be determined from the party alone, for example in a inter-book trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference 0 (1)
accountReference nsB:accountReference 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:onBehalfOf