<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 return swap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED dividendConditions - Documentation-->
</xsd:sequence>
</xsd:complexType>
|