<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>
|