<xsd:complexType name="PikPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A period with a constant PIK percentage - the percentage of margin capitalized.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dates defining the period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="pikMarginPercent" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The percentage of marging that will be capitalized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|