<xsd:complexType name="AbstractLoanStatement" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An abstract base type for all syndicated loan statement notifications; the wrapper for deal/facility/contract definitions and facility/contract positions at a particular point in time (snapshot).</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="statementDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date as of which the embedded information is valid.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="comments" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A free-form, manually entered field which will be used by users directly for additional information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|