Definition Type: Group
Name: PartyAndAccountReferences.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into accountReference in schema fpml-shared-5-10_xsd3 Drilldown into partyReference in schema fpml-shared-5-10_xsd3XSD Diagram of PartyAndAccountReferences.model in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PartyAndAccountReferences.model">
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to a party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="accountReference" type="AccountReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to an account.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsD:partyReference (1) (1)
accountReference nsD:accountReference 0 (1)