<xsd:complexType name="CommitmentSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents a complete amortization schedule through the life of a facility.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="commitmentChange" type="CommitmentChange" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which a facility increase/decrease has/will occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|