ncic:IMTCodeSimpleType

simpleType IMTCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 5 - Image Type (IMT) Field Codes

Diagram

Enumerations

ValueDefinition
BGENERIC BOAT
IIDENTIFYING IMAGE
MMUGSHOT
SSIGNATURE
VGENERIC VEHICLE

XML Schema

<xs:simpleType name="IMTCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 5 - Image Type (IMT) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
GENERIC BOAT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
IDENTIFYING IMAGE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
MUGSHOT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
SIGNATURE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V">
<xs:annotation>
<xs:documentation>
GENERIC VEHICLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>