<xsd:complexType name="RequestProductDefinitions">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="productDefinitionsHeader" type="ProductDefinitionsHeader" minOccurs="0" />
<xsd:choice>
<xsd:sequence>
<xsd:element name="definition" type="ProductDefinition" maxOccurs="unbounded" />
<xsd:element name="queryProduct" type="QueryProduct" minOccurs="0">
<xsd:annotation>
<xsd:documentation>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:element>
</xsd:sequence>
<xsd:element name="queryProduct" type="QueryProduct">
<xsd:annotation>
<xsd:documentation>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:element>
</xsd:choice>
<xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|