XML Schema Documentation

Complex Type: RatePeriod

[Table of contents]

Super-types: None
Sub-types: None
Name RatePeriod
Used by (from the same schema document) Complex Type FeeAccrualSchedule
Abstract no
Documentation Defines a generic 'rate' for a defined period.
XML Instance Representation
<...>
<startDate> xsd:date </startDate> [1]

'Date on which this period begins.'

<endDate> xsd:date </endDate> [1]

'Date on which this period ends.'

<rate> xsd:decimal </rate> [1]

'The rate applied to this period.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="RatePeriod">
<xsd:sequence>
<xsd:group ref=" Period.model "/>
<xsd:element name="rate" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>