<xsd:complexType name="TradeCancelled" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Misuse of this message was causing interoperability problems. See ContractCancelled for communication between asset managers and custodians." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">This message is DEPRECATED and should not be used in new implementations. See ContractCancelled. A notification to inform downstream systems when a system that acts as source of trade information detects that a trade has been cancelled.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:choice>
<xsd:element name="tradeIdentifier" type="TradeIdentifier" maxOccurs="unbounded" />
<xsd:element name="trade" type="Trade" />
</xsd:choice>
<xsd:element name="party" type="Party" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|