Definition Type: ComplexType
Name: CreditScoreGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Credit Score Group component provides information about an individual's credit score(s).
Collapse XSD Schema Diagram:
Drilldown into ScoreNumeric in schema components_xsd Drilldown into RatingIndexCode in schema components_xsdXSD Diagram of CreditScoreGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditScoreGroupType">
    <xsd:annotation>
        <xsd:documentation>The Credit Score Group component provides information about an individual's credit score(s).</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="RatingIndexCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Rating Index Used for
                Credit Approval</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ScoreNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A score is a number representing a value that results from an assessment of an individual, an item, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RatingIndexCode star:RatingIndexCode 1 1
ScoreNumeric star:ScoreNumeric 0 1
Collapse Derivation Tree:
Collapse References:
star:CreditScoreGroup