Definition Type: ComplexType
Name: PortfolioConstituentReference
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA: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_xsd Drilldown into portfolioName in schema fpml-msg-5-10_xsd Drilldown into PortfolioReferenceBase in schema fpml-msg-5-10_xsdXSD Diagram of PortfolioConstituentReference in schema fpml-msg-5-10_xsd (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">
                    <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 nsA:portfolioName (1) (1)
sequenceNumber nsA:sequenceNumber (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:portfolioReference