XML Schema Documentation

Complex Type: PartyPortfolioName

[Table of contents]

Super-types: None
Sub-types: None
Name PartyPortfolioName
Used by (from the same schema document) Complex Type Portfolio
Abstract no
Documentation A type to represent a portfolio name for a particular party.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<partyReference> PartyReference </partyReference> [1]

'A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has allocated the trade identifier.'

<portfolioName> PortfolioName </portfolioName> [1..*]
</...>
Diagram
type_PortfolioName
Schema Component Representation
<xsd:complexType name="PartyPortfolioName">
<xsd:sequence>
<xsd:element name="partyReference" type=" PartyReference "/>
<xsd:element name="portfolioName" type=" PortfolioName " maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>