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

ValueDefinition
ACCTCHECKING OR SAVING ACCOUNT
CFRDCREDIT CARD
GOVTGOVERNMENT DOCUMENTS OR BENEFITS
INVTSECURITIES OR OTHER INVESTMENTS
LOANLOANS
NETTINTERNET OR E-MAIL
OTHROTHER
UTILPHONE 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: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>