<xsd:complexType name="TradeAmendmentContent">
<xsd:annotation>
<xsd:documentation>A structure describing a negotiated amendment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="trade" type="Trade" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A fulll description of the amended trade (i.e. the trade after the amendment).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="AgreementAndEffectiveDates.model" />
<xsd:group ref="TradeAlterationPayment.model" />
</xsd:sequence>
</xsd:complexType>
|