<xsd:complexType name="ReturnSwapLeg" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The abstract base class for all types of Return Swap Leg.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Leg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model" />
<xsd:element name="paymentFrequency" type="Interval" minOccurs="0" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Payment Frequency is controlled by the implementations of this abstract base class" xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED This element will be removed in the next FpML major version. Frequency at which this leg pays.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="legIdentifier" type="xsd:ID" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="All attributes of type=xsd:ID should have name=id following FpML Architecture" xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED This element will be renamed to id in the next major FpML version.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|