<xsd:group name="FacilityCommitment.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that describes facility commitment information together with any schedule associated with the commitment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="currentCommitment" type="FacilityCommitment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The current global/lender share commitment amount. This defines the current limit against which the borrower may draw funds.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="originalCommitment" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The original global commitment amount. This defines the limit, as of the start date, against which the borrower may draw funds.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="commitmentSchedule" type="CommitmentSchedule" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The commitment schedule associated with the facility.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dealFxRate" type="FxTerms" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the exchange rate between the facility and deal denomination currencies (only required if the currencies are different).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|