Definition Type: Element
Name: sequenceNumber
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-msg-5-10.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of sequenceNumber in schema fpml-msg-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>