<xsd:complexType name="FacilityOutstandingsPosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents current/prior facility commitment and outstanding amounts on both the global and lender position levels.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityPosition">
<xsd:sequence>
<xsd:element name="outstandingsPosition" type="OutstandingsPosition" 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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|