<xsd:complexType name="CreditReportType">
<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="CreditLiability" type="CreditLiabilityType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PublicRecord" type="PublicRecordsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CreditInquiry" type="InquiryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CreditSummary" type="SummaryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CreditScore" type="ScoreType" minOccurs="0" maxOccurs="unbounded" />
<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:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="vendor" type="VendorType" use="optional" />
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|