<xsd:complexType name="RequestQuoteResponse" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The naming of the message was not clear, it has been replaced by the Quote message" xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED. This message has been replaced by the Quote message and it will be removed in version 5.0.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element ref="product" maxOccurs="unbounded" />
<xsd:element name="party" type="Party" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|