Definition Type: ComplexType
Name: CompressionActivity
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A type that shows how multiple trades have been combined into a result.
Collapse XSD Schema Diagram:
Drilldown into originatingTradeId in schema fpml-business-events-5-10_xsd Drilldown into replacementTradeId in schema fpml-business-events-5-10_xsd Drilldown into originatingTradeIdentifier in schema fpml-business-events-5-10_xsd Drilldown into replacementTradeIdentifier in schema fpml-business-events-5-10_xsd Drilldown into compressionType in schema fpml-business-events-5-10_xsdXSD Diagram of CompressionActivity in schema fpml-business-events-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
compressionType nsA:compressionType 0 (1)
replacementTradeIdentifier nsA:replacementTradeIdentifier 0 (1)
originatingTradeIdentifier nsA:originatingTradeIdentifier 0 unbounded
replacementTradeId nsA:replacementTradeId 0 (1)
originatingTradeId nsA:originatingTradeId 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:compressionActivity