Definition Type: Group
Name: PayerReceiver.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsdXSD Diagram of PayerReceiver.model in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PayerReceiver.model">
    <xsd:sequence>
        <xsd:element name="payerPartyReference" type="PartyOrAccountReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party responsible for making the payments defined by this structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="receiverPartyReference" type="PartyOrAccountReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party that receives the payments corresponding to this structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)