<!--
== Copyright (c) 2002-2018 All rights reserved.
== Financial Products Markup Language is subject to the FpML public license.
== A copy of this license is available at http://www.fpml.org/license/license.html
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns="http://www.fpml.org/FpML-5/reporting" xmlns:fpml-annotation="http://www.fpml.org/annotation" targetNamespace="http://www.fpml.org/FpML-5/reporting" ecore:documentRoot="FpML" ecore:nsPrefix="rpt" ecore:package="org.fpml.reporting" version="$Revision: 13171 $" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:include schemaLocation="fpml-eq-shared-5-10.xsd" />
<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>
<xsd:element name="equitySwapTransactionSupplement" type="EquitySwapTransactionSupplement" substitutionGroup="product">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the structure of the equity swap transaction supplement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>
|