<xsd:complexType name="RatePeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Rate information per rate period</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Rate period.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="rate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">>Rate for this period</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|