Definition Type: ComplexType
Name: CreditBusinessClassificationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
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. The data is available for liability and inquiry records from Equifax, Experian and Trans Union. It may sometimes be referred to as a "Kind of Business" (KOB) classification. Following the same pattern elsewhere in the schema, A descriptive enumerated value might have a corresponding terse code "RepositoryCode". For example "A" for "Automotive" or "B" for "Banks and Financial Services".
Collapse XSD Schema Diagram:
Drilldown into RepositoryDescription in schema fields_xsd Drilldown into RepositoryCode in schema fields_xsd Drilldown into CreditBusinessTypeCode in schema fields_xsdXSD Diagram of CreditBusinessClassificationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CreditBusinessClassificationType">
    <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. The data is available for liability and inquiry records from Equifax, Experian and Trans Union. It may sometimes 
			be referred to as a "Kind of Business" (KOB) classification. Following the same pattern elsewhere in the schema, A descriptive enumerated value might have a corresponding terse code 
			"RepositoryCode". For example "A" for "Automotive" or "B" for "Banks and Financial Services".</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CreditBusinessTypeCode" minOccurs="0" />
        <xsd:element ref="RepositoryCode" minOccurs="0" />
        <xsd:element ref="RepositoryDescription" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CreditBusinessTypeCode nsA:CreditBusinessTypeCode 0 (1)
RepositoryCode nsA:RepositoryCode 0 (1)
RepositoryDescription nsA:RepositoryDescription 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:CreditBusinessClassification