Definition Type: Group
Name: CollateralPartyAndAccountReferences.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into allocationAccountReference in schema fpml-shared-5-10_xsd4 Drilldown into allocationPartyReference in schema fpml-shared-5-10_xsd4XSD Diagram of CollateralPartyAndAccountReferences.model in schema fpml-shared-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CollateralPartyAndAccountReferences.model">
    <xsd:sequence>
        <xsd:element name="allocationPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to a party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="allocationAccountReference" 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
allocationPartyReference nsE:allocationPartyReference 0 (1)
allocationAccountReference nsE:allocationAccountReference 0 (1)