<xsd:complexType name="PartyPortfolioName">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to represent a portfolio name for a particular party.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced has allocated the trade identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="portfolioName" type="PortfolioName" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|