<xsd:complexType name="TradeAmendment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the original trade and the amended trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="originalTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">The entire original trade details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="originalTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade id of the original trade details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="amendedTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">The representation of the amended trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|