Definition Type: ComplexType
Name: CreditRatingType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Date in schema credit_xsd Drilldown into Amount in schema credit_xsd Drilldown into Type in schema credit_xsd Drilldown into Code in schema credit_xsdXSD Diagram of CreditRatingType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code hr:Code 0 (1)
Type hr:Type 0 (1)
Amount hr:Amount 0 (1)
Date hr:Date 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:CurrentRating, hr:HighestAdverseRating, hr:MostRecentAdverseRating, hr:PriorAdverseRating