Definition Type: ComplexType
Name: PortfolioConstituentReference
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:PortfolioReferenceBase
Containing Schema: fpml-msg-5-10.xsd
Abstract
Documentation:
A structure used to group together individual messages that can be acted on at a group level.
Collapse XSD Schema Diagram:
Drilldown into sequenceNumber in schema fpml-msg-5-10_xsd2 Drilldown into portfolioName in schema fpml-msg-5-10_xsd2 Drilldown into PortfolioReferenceBase in schema fpml-msg-5-10_xsd2XSD Diagram of PortfolioConstituentReference in schema fpml-msg-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PortfolioConstituentReference">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure used to group together individual messages that can be acted on at a group level.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PortfolioReferenceBase">
            <xsd:sequence>
                <xsd:element name="sequenceNumber" type="xsd:positiveInteger" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A numeric, sequentially ascending (i.e. gapless) value (starting at 1) that can be used to identify and distinguish the individual constituents of a portfolio request. A recipient should ensure that all sequence numbers from 1 to the final sequence number (where submissionsComplete is true) have arrived before completing the portfolio request.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
portfolioName nsD:portfolioName 0 (1)
sequenceNumber nsD:sequenceNumber 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:portfolioReference