<xsd:complexType name="ExtraordinaryEvents">
<xsd:annotation>
<xsd:documentation xml:lang="en">Where the underlying is shares, defines market events affecting the issuer of those shares that may require the terms of the transaction to be adjusted.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="mergerEvents" type="EquityCorporateEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Occurs when the underlying ceases to exist following a merger between the Issuer and another company.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tenderOffer" type="xsd:boolean" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Providing tenderOfferEvents with these three mandatory components means the tender offer is applicable, so there is no need to say that tenderOffer = true. It would also be in sync with how mergerEvents is specified in FpML." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED. If present and true, then tender offer is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tenderOfferEvents" type="EquityCorporateEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">ISDA 2002 Equity Tender Offer Events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compositionOfCombinedConsideration" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If present and true, then composition of combined consideration is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="indexAdjustmentEvents" type="IndexAdjustmentEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">ISDA 2002 Equity Index Adjustment Events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="additionalDisruptionEvents" type="AdditionalDisruptionEvents">
<xsd:annotation>
<xsd:documentation xml:lang="en">ISDA 2002 Equity Additional Disruption Events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="failureToDeliver" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, failure to deliver is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="representations" type="Representations" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">ISDA 2002 Equity Derivative Representations.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nationalisationOrInsolvency" type="NationalisationOrInsolvencyOrDelistingEventEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The terms "Nationalisation" and "Insolvency" have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="delisting" type="NationalisationOrInsolvencyOrDelistingEventEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The term "Delisting" has the meaning defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="ExchangeIdentifier.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">In order for a contract to be considered a 'Designated Contract', the Related Exchange that the contract is traded on must also be a Specified Exchange (i.e. the Related Exchange specified for the underlier contract must be either Eure, Euronext, MEF, or IDEM or an exchange specified in the Transaction Supplement, in order for the contract to qualify as a Designated Contract). If the Related Exchange is not one of the Specified Exchanges, then no Designated Contract is deemed to exist.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|