ncic:IDTCodeSimpleType
simpleType IDTCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/
Definition
A data type for 28 - Identity Theft Type (IDT) Field Codes
Diagram
Enumerations
| Value | Definition |
| ACCT | CHECKING OR SAVING ACCOUNT |
| CFRD | CREDIT CARD |
| GOVT | GOVERNMENT DOCUMENTS OR BENEFITS |
| INVT | SECURITIES OR OTHER INVESTMENTS |
| LOAN | LOANS |
| NETT | INTERNET OR E-MAIL |
| OTHR | OTHER |
| 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="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="GOVT">
<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="LOAN">
<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="OTHR">
<xs:annotation>
<xs:documentation>
OTHER</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>