<xsd:complexType name="FacilityCommitmentPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">This represents current and prior facility commitment amounts on both the global and lender postion levels.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="currentAmount" type="ParticipationAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of principal commitment currently allocated to the lender within the facility (this is after any associated events).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorAmount" type="ParticipationAmount" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of principal commitment that was allocated to the lender within the facility (this is prior to any associated events).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="loanContractPosition" type="LoanContractPosition" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure used to define all positions held by the lender at the loan contract level. This structure is design to hold either some or all loan contracts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lcPosition" type="LcPosition" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|