Definition Type: Element
Name: Factor
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Factors of the borrowers credit which give context to the referenced credit score.
Collapse XSD Schema Diagram:
Drilldown into Description in schema credit_xsd Drilldown into Code in schema credit_xsdXSD Diagram of Factor in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code hr:Code 0 (1)
Description hr:Description 0 (1)