<xsd:complexType name="CreditRatingType">
<xsd:sequence>
<xsd:element name="Code" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is the accounts Manner Of Payment (MOP) rating code for the associated Delinquency. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Type" type="MOPTypeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is the accounts Manner Of Payment rating type for the associated Delinquency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Amount" type="CurrencyAmountType" minOccurs="0" />
<xsd:element name="Date" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Lists the date (month and year) that the borrower was late on payments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|