<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">
<xsd:annotation>
<xsd:documentation xml:lang="en">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:sequence>
</xsd:complexType>
|