<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>
|