Definition Type: ComplexType
Name: CreditContactType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema credit_xsd Drilldown into CreditBusinessType in schema credit_xsd Drilldown into OrganizationId in schema credit_xsd Drilldown into OriginalOrganizationName in schema credit_xsd Drilldown into OrganizationName in schema credit_xsdXSD Diagram of CreditContactType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CreditContactType">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Organization name of credit grantor or organization requesting the credit report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OriginalOrganizationName" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>When a liability account has been transferred or is being handled by a collection agency, this element indicates the name of original creditor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Organization number of credit grantor or organization requesting the credit report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CreditBusinessType" type="CreditBusinessTypeType" minOccurs="0" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName (1) (1)
OriginalOrganizationName hr:OriginalOrganizationName 0 (1)
OrganizationId hr:OrganizationId 0 (1)
CreditBusinessType hr:CreditBusinessType 0 (1)
ContactMethod hr:ContactMethod 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Creditor, hr:Creditorhr:InquiringOrganization,