<xsd:complexType name="DividendSwapTransactionSupplementOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">An Option on a Dividend Swap Transaction Supplement.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="OptionBaseExtended">
<xsd:sequence>
<xsd:element name="strike" type="OptionStrike">
<xsd:annotation>
<xsd:documentation xml:lang="en">Strike of the Dividend Swap Transaction Supplement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendSwapTransactionSupplement" type="DividendSwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dividend Swap Transaction Supplement which is the underlyer of this Option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|