<xsd:complexType name="CommitmentChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure which specifies the commitment changes occurring throughout the life of a facility.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="date" type="xsd:date">
<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:element name="adjustment" type="Adjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total remaining commitment amount (in facility currency), once the adjustnment has been applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="remaining" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total remaining commitment amount (in facility currency), once the adjustnment has been applied.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|