<xsd:complexType name="SearchCreditType">
<xsd:sequence>
<xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SearchCreditTypeCode" minOccurs="0" />
<xsd:element ref="CountryCode" minOccurs="0" />
<xsd:element ref="CreditBureauCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Uniquely distinquishes the credit bureau or consumer report agency. For example, Experian, Transunion, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EndUserName" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Credit searches may require the name of the end user or party requesting or applying the search.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ScreeningPermissiblePurposeCode" minOccurs="0" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|