ncic:IDTCodeSimpleType
simpleType IDTCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 28 - Identity Theft Type (IDT) Field Codes
Diagram
Enumerations
| Value | Definition | 
| 0THR | OTHER | 
| ACCT | CHECKING OR SAVING ACCOUNT | 
| CFRD | CREDIT CARD | 
| G0VT | GOVERNMENT DOCUMENTS OR BENEFITS | 
| INVT | SECURITIES OR OTHER INVESTMENTS | 
| L0AN | LOANS | 
| NETT | INTERNET OR E-MAIL | 
| UTIL | PHONE OR UTILITIES | 
XML Schema
<xs:simpleType name="IDTCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 28 - Identity Theft Type (IDT) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0THR">
<xs:annotation>
<xs:documentation>
OTHER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ACCT">
<xs:annotation>
<xs:documentation>
CHECKING OR SAVING ACCOUNT</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CFRD">
<xs:annotation>
<xs:documentation>
CREDIT CARD</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="G0VT">
<xs:annotation>
<xs:documentation>
GOVERNMENT DOCUMENTS OR BENEFITS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INVT">
<xs:annotation>
<xs:documentation>
SECURITIES OR OTHER INVESTMENTS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L0AN">
<xs:annotation>
<xs:documentation>
LOANS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NETT">
<xs:annotation>
<xs:documentation>
INTERNET OR E-MAIL</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UTIL">
<xs:annotation>
<xs:documentation>
PHONE OR UTILITIES</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>