<xsd:complexType name="OutstandingContractsStatement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of outstanding loan contract and/or letter of credit structures belonging to a single facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanStatement">
<xsd:sequence>
<xsd:element name="facilityIdentifier" type="FacilityIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The facility to which the loan contracts and/or letter of credits belong.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A choice allowing the sender to describe the collection of loan contracts and/or letter of credits, belonging to a single facility.</xsd:documentation>
</xsd:annotation>
<xsd:element name="loanContract" type="LoanContract">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of loan contracts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="letterOfCredit" type="LetterOfCredit">
<xsd:annotation>
<xsd:documentation xml:lang="en">A collection of letter of credits.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="party" type="Party" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|