Definition Type: ComplexType
Name: ScoreType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InformationalMessage in schema credit_xsd Drilldown into AdditionalItems in schema credit_xsd Drilldown into Factor in schema credit_xsd Drilldown into Alert in schema credit_xsd Drilldown into ScoreValue in schema credit_xsd Drilldown into ScoreModel in schema credit_xsd Drilldown into vendor in schema credit_xsdXSD Diagram of ScoreType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScoreType">
    <xsd:sequence>
        <xsd:element name="ScoreModel" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Identifies the score algorithm model name used to produce the referenced credit risk score.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ScoreValue" type="xsd:integer">
            <xsd:annotation>
                <xsd:documentation>Numeric credit score resulting from credit evaluation model.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Alert" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Can be generated if a negative public record or collection is present or in the case of Trans Union, when a MOP 07 or higher condition exists. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Factor" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Factors of the borrowers credit which give context to the referenced credit score.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="Code" type="xsd:string" minOccurs="0">
                        <xsd:annotation>
                            <xsd:documentation>The factor code is normally a numeric code.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="Description" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains the individual unparsed lines of credit information. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="InformationalMessage" type="MessagesType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Informational messages provided by the organization granting the credit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <!-- <xsd:element name="Factor" maxOccurs="4"> -->
    </xsd:sequence>
    <xsd:attribute name="vendor" type="VendorType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScoreModel hr:ScoreModel 0 (1)
ScoreValue hr:ScoreValue (1) (1)
Alert hr:Alert 0 (1)
Factor hr:Factor (1) unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
InformationalMessage hr:InformationalMessage 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
vendor hr:vendor Optional
Collapse Derivation Tree:
Collapse References:
hr:CreditScore