<xsd:complexType name="TradeChangeContent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure describing a non-negotiated trade resulting from a market event.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="oldTradeIdentifier" type="PartyTradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The original qualified trade identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oldTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">The original trade details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="trade" type="Trade" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A full description of the amended trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the change become effective</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="changeEvent" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Substitution point for types of change</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="payment" type="Payment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes a payment made in settlement of the change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|