<xsd:complexType name="Portfolio">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type representing an arbitary grouping of trade references.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyPortfolioName" type="PartyPortfolioName" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the portfolio together with the party that gave the name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tradeId" type="TradeId" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="portfolio" type="Portfolio" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">An arbitary grouping of trade references (and possibly other portfolios).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|