Definition Type: Group
Name: AccountReferenceOrPartyReference.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into partyReference in schema fpml-doc-4-4_xsd Drilldown into accountReference in schema fpml-doc-4-4_xsdXSD Diagram of AccountReferenceOrPartyReference.model in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AccountReferenceOrPartyReference.model">
    <xsd:choice>
        <xsd:element name="accountReference" type="AccountReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the subaccount definition in the Party list.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the party definition.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
accountReference fpml:accountReference (1) (1)
partyReference fpml:partyReference (1) (1)