<xsd:group name="CurrentPriorCommitment.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that represents current and prior global commitment break-down. The model requires global amounts and can optionally represent lender-specific share amounts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="commitment" type="FacilityCommitment">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and share amount of principal commitment. This is after any referenced business events have taken place.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorCommitment" type="FacilityCommitment" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The global and share amount of principal commitment. This is prior to any referenced business events.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|