<xsd:complexType name="InterestAccrualSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The schedule that incorporates all periods fpr all factors that determines interest payment calculation</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="interestRatePeriod" type="InterestRatePeriod" maxOccurs="unbounded" />
<xsd:element name="pikPeriod" type="PikPeriod" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="lenderLoanContractPeriod" type="LenderLoanContractPeriod" maxOccurs="unbounded" />
<xsd:element name="interestAccrualPeriod" type="InterestAccrualPeriod" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|