<xsd:complexType name="QueryPortfolio">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type representing a portfolio obtained by querying the set of trades held in a repository. It contains trades matching the intersection of all criteria specified using one or more queryParameters or trades matching the union of two or more child queryPortfolios.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Portfolio">
<xsd:sequence>
<xsd:element name="queryParameter" type="QueryParameter" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|