complexType "Portfolio"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in fpml-doc-5-8.xsd; see XML source
Includes:
definitions of 1 attribute, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
partyTradeIdentifier (defined in Portfolio complexType),
portfolio (defined in Portfolio complexType),
tradeId (defined in Portfolio complexType)
All Direct / Indirect Based Elements (2):
portfolio (defined in DataDocument complexType),
portfolio (defined in Portfolio complexType)
Known Usage Locations
Annotation
A type representing an arbitary grouping of trade references.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Portfolio">
<xsd:sequence>
<xsd:element minOccurs="0" name="partyPortfolioName" type="PartyPortfolioName"/>
<xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="tradeId" type="TradeId"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="portfolio" type="Portfolio"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
partyPortfolioName
Type:
PartyPortfolioName, complex content
The name of the portfolio together with the party that gave the name.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="partyPortfolioName" type="PartyPortfolioName"/>

partyTradeIdentifier
Type:
PartyTradeIdentifier, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>

portfolio
Type:
Portfolio, complex content
An arbitary grouping of trade references (and possibly other portfolios).
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="portfolio" type="Portfolio"/>

tradeId
Type:
TradeId, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="tradeId" type="TradeId"/>

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