Definition Type: Group
Name: PayerReceiver.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-4.xsd
Collapse XSD Schema Diagram:
Drilldown into receiverAccountReference in schema fpml-shared-5-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-5-4_xsd Drilldown into payerAccountReference in schema fpml-shared-5-4_xsd Drilldown into payerPartyReference in schema fpml-shared-5-4_xsdXSD Diagram of PayerReceiver.model in schema fpml-shared-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PayerReceiver.model">
    <xsd:sequence>
        <xsd:element name="payerPartyReference" type="PartyReference" minOccurs="0">
            <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="payerAccountReference" type="AccountReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the account responsible for making the payments defined by this structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="receiverPartyReference" type="PartyReference" minOccurs="0">
            <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:element name="receiverAccountReference" type="AccountReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the account 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 nsA:payerPartyReference 0 (1)
payerAccountReference nsA:payerAccountReference 0 (1)
receiverPartyReference nsA:receiverPartyReference 0 (1)
receiverAccountReference nsA:receiverAccountReference 0 (1)