<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>
|