<xsd:simpleType name="USSearchSanctionTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation>A code classifying the type of sanction search. This set of enumerations is applicable to the U.S. Market.
Fraud and Abuse - A search of FACIS.com or a similar database.
GSA - U.S. General Services Administration
Medicaid - Sanction under U.S. Federal/State Medicaid programs.
OFAC - Office of Foreign Assets Control is an office of the Treasury Department.
OIG - U.S. Health and Human Services Office of Inspector General</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="FraudAndAbuse">
<xsd:annotation>
<xsd:documentation> An example of a "Fraud and Abuse" search might be a search of FACIS.com or a similar database.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="GSA">
<xsd:annotation>
<xsd:documentation>U.S. General Services Administration</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Medicaid">
<xsd:annotation>
<xsd:documentation>Sanction under U.S. Federal/State Medicaid programs.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OFAC">
<xsd:annotation>
<xsd:documentation>Office of Foreign Assets Control is an office of the Treasury Department.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OIG">
<xsd:annotation>
<xsd:documentation>U.S. Health and Human Services Office of Inspector General</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|