<xsd:complexType name="QuoteAcceptanceConfirmed" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The message has been replaced by the TradeExecution message to provide the link between the RFQ and Trade Execution processes." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED. This message has been replaced in the RFQ Business Process by the TradeExecution message and it will be removed in version 5.0.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="trade" type="Trade" maxOccurs="unbounded" />
<xsd:element name="party" type="Party" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|