<xsd:complexType name="PeriodicPayment">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:element name="paymentFrequency" type="Period" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time interval between regular fixed rate payer payment dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="fixedAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">A fixed payment amount. ISDA 2003 Term: Fixed Amount</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixedAmountCalculation" type="FixedAmountCalculation">
<xsd:annotation>
<xsd:documentation xml:lang="en">This element contains all the terms relevant to calculating a fixed amount where the fixed amount is calculated by reference to a per annum fixed rate. There is no corresponding ISDA 2003 Term. The equivalent is Sec 5.1 "Calculation of Fixed Amount" but this in itself is not a defined Term.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="floatingAmountCalculation" type="FloatingAmountCalculation" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|