<xsd:complexType name="PortfolioReferenceBase">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure used to identify a portfolio in a message.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="portfolioName" type="PortfolioName" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|