<xsd:complexType name="UtilizationPeriod">
<xsd:annotation>
<xsd:documentation xml:lang="en">A schedule that incorporates all sub-periods of an interest accrual calculation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the dates for a single accrual period. This is a period of actual (adjusted) dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="utilizationAmounts" type="UtilizationAmounts">
<xsd:annotation>
<xsd:documentation xml:lang="en">The funded and unfunded utilization details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|