Definition Type: ComplexType
Name: PartyRole
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A generic party role type. This can be extended to provide specialization of roles.
Collapse XSD Schema Diagram:
Drilldown into account in schema fpml-doc-4-4_xsd Drilldown into party in schema fpml-doc-4-4_xsdXSD Diagram of PartyRole in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartyRole">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A generic party role type. This can be extended to provide specialization of roles.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:annotation>
            <xsd:documentation xml:lang="en">The party fulfilling this role can be identified either directly, or indirectly via the account used to fulfil this role.</xsd:documentation>
        </xsd:annotation>
        <xsd:element name="party" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party fulfilling this role.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="account" type="AccountReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the account fulfilling this role.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
party fpml:party (1) (1)
account fpml:account (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:accountant, fpml:beneficiary, fpml:calculater, fpml:confirmer, fpml:creditor, fpml:executor, fpml:introducer, fpml:orderer, fpml:settler