Definition Type: ComplexType
Name: SSNReportType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InformationalMessage in schema credit_xsd Drilldown into AdditionalItems in schema credit_xsd Drilldown into CreditConsumerReferral in schema credit_xsd Drilldown into CreditFile in schema credit_xsd Drilldown into ProcessedDate in schema credit_xsd Drilldown into lang in schema xml_xsd Drilldown into vendor in schema credit_xsdXSD Diagram of SSNReportType in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SSNReportType">
    <xsd:sequence>
        <xsd:element name="ProcessedDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="CreditFile" type="CreditSSNVerifiedType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Personal data related to the Search Subject that the search(s) was performed upon. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CreditConsumerReferral" type="CreditConsumerReferralType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains contact information for the credit bureau(s) and/or other organization responsible for reporting the information contained in this credit report.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains the individual unparsed lines of credit information. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="InformationalMessage" type="MessagesType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Informational messages provided by the organization granting the credit or the repository.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="vendor" type="VendorType" use="optional" />
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProcessedDate hr:ProcessedDate 0 (1)
CreditFile hr:CreditFile 0 unbounded
CreditConsumerReferral hr:CreditConsumerReferral 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded
InformationalMessage hr:InformationalMessage 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
vendor hr:vendor Optional
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:SSNReport, hr:SSNReport