Definition Type: ComplexType
Name: CreditBusinessTypeType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.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. This data is available for liability and inquiry records from Equifax, Experian and Trans Union.
Collapse XSD Schema Diagram:
Drilldown into RepositoryValue in schema credit_xsd Drilldown into RepositoryCode in schema credit_xsd Drilldown into Value in schema credit_xsdXSD Diagram of CreditBusinessTypeType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Value hr:Value 0 (1)
RepositoryCode hr:RepositoryCode 0 (1)
RepositoryValue hr:RepositoryValue 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:CreditBusinessType, hr:CreditBusinessType