<xsd:simpleType name="SearchCreditTypeCodeEnumType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Full">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Summary">
<xsd:annotation>
<xsd:documentation>In U.S. equivalent to "SSN Trace" or "Credit Record Header" searches.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Merged">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Business">
<xsd:annotation>
<xsd:documentation />
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|