<xsd:complexType name="TradeExecutionModified">
<xsd:annotation>
<xsd:documentation xml:lang="en">This message is used to report a modification to a previously-reported trade execution.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="originalTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">Complete description of the trade prior to the modification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="originalTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifiers of the trade prior to the modification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="revisedTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">Complete description of the trade after the modification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Parties referenced by the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|