<xsd:complexType name="Return">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the dividend return conditions applicable to the swap.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="returnType" type="ReturnTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the type of return associated with the equity swap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendConditions" type="DividendConditions" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the conditions governing the payment of the dividends to the receiver of the equity return. With the exception of the dividend payout ratio, which is defined for each of the underlying components.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|