<xsd:complexType name="FacilityCommitmentPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">Represents current and prior facility commitment amount on both global and lender postion levels</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="currentAmount" type="ParticipationAmount" />
<xsd:element name="priorAmount" type="ParticipationAmount" />
<xsd:element name="loanContractPosition" type="LoanContractPosition" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|