<xsd:complexType name="CompressionActivity">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that shows how multiple trades have been combined into a result.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="compressionType" type="CompressionType" minOccurs="0" />
<xsd:choice>
<xsd:sequence>
<xsd:element name="replacementTradeIdentifier" type="TradeIdentifier" minOccurs="0" />
<xsd:element name="originatingTradeIdentifier" type="TradeIdentifier" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation xml:lang="en">This option is deprecated in favour of the first choice.</xsd:documentation>
</xsd:annotation>
<xsd:element name="replacementTradeId" type="TradeId" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of replacementTradeIdentifier" xmlns:fpml-annotation="http://www.fpml.org/annotation" />
<xsd:element name="originatingTradeId" type="TradeId" minOccurs="0" maxOccurs="unbounded" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of originatingTradeIdentifier" xmlns:fpml-annotation="http://www.fpml.org/annotation" />
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|