<xsd:complexType name="CreditBusinessTypeType">
<xsd:annotation>
<xsd:documentation>The credit repository bureaus can identify the type of business of the liability holder or the entity requesting a credit report as listed in a credit inquiry record. This information is needed for an automated scoring application. This data is available for liability and inquiry records from Equifax, Experian and Trans Union.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Value" type="CreditBusinessTypeQualifiers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Summarized description of the type this value is defining.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The type code assigned by the repository.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description as provided by the repository.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|