complexType "PortfolioReferenceFull"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
portfolioName, sequenceNumber, submissionsComplete?
</...>
Content Model Elements (3):
portfolioName (in portfolioReference defined in PortfolioReferenceFull.model group),
sequenceNumber (in portfolioReference defined in PortfolioReferenceFull.model group),
submissionsComplete
All Direct / Indirect Based Elements (1):
portfolioReference (defined in PortfolioReferenceFull.model group)
Known Usage Locations
Annotation
A structure used to group together individual messages that can be acted on at a group level.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="PortfolioReferenceFull">
<xsd:sequence>
<xsd:element name="portfolioName" type="PortfolioName"/>
<xsd:element name="sequenceNumber" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="submissionsComplete" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
portfolioName
Type:
PortfolioName, simple content
An identifier that is unique for each portfolio-level request, and which can be used to group together the individual messages in the portfolio request.
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="portfolioName" type="PortfolioName"/>

sequenceNumber
Type:
xsd:positiveInteger, predefined, simple content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="sequenceNumber" type="xsd:positiveInteger"/>

submissionsComplete
Type:
xsd:boolean, predefined, simple content
Indicates whether all individual requests have been submitted for this portfolio request.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="submissionsComplete" type="xsd:boolean"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.