<xsd:complexType name="DeprecatedEquityLegValuationPrice" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="It has been made more generic as ReturnLegValuationPrice to cover return swap type products." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">This type has been DEPRECATED. It will be removed in the next FpML major version.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Price">
<xsd:sequence>
<xsd:element name="equityValuation" type="EquityValuation" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|