<xsd:complexType name="CommitmentAdjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event defining a future change in facility commitment.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="refusalAllowed" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether the lender has an option to accept or deny the commitment change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="scheduled" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether the commitment adjustment is scheduled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pik" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether the commitment adjustment is related to a PIK.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="facilityCommitment" type="FacilityCommitment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global/lender commitment amount stated AFTER a commitment adjustment has taken place.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustment" type="Adjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the type of adjustment applied - increase or decrease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="commitmentSchedule" type="CommitmentSchedule" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amortization schedule associated with the facility commitment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|