<xsd:complexType name="EquitySwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining Equity Swap Transaction Supplement</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ReturnSwapBase">
<xsd:sequence>
<xsd:group ref="MutualOrOptionalEarlyTermination.model" minOccurs="0" />
<xsd:group ref="EquityUnderlyerProvisions.model" minOccurs="0">
</xsd:group>
<xsd:element name="extraordinaryEvents" type="ExtraordinaryEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Where the underlying is shares, specifies events affecting the issuer of those shares that may require the terms of the transaction to be adjusted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|