<xsd:complexType name="InquiryType">
<xsd:sequence>
<xsd:element name="InquiryDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Date of inquiry.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InquiringOrganization" type="CreditContactType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Inquiring organization's name inquiring on consumer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CreditLoanType" type="CreditLoanTypeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This element contains an enumerated list of common loan types. If the loan type is Other, then preceed the description with x:.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TermsDescription" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A text description for the loan terms (for example, 360 months at $820 per month).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="InquiryResultType" type="InquiryResultTypeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The result from a credit inquiry - did the lender offer credit, refuse credit, etc.</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 vendor of the credit report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="vendor" type="VendorType" use="optional" />
</xsd:complexType>
|