ncic:IMTCodeSimpleType
simpleType IMTCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 5 - Image Type (IMT) Field Codes
Diagram
Enumerations
| Value | Definition | 
| B | GENERIC BOAT | 
| I | IDENTIFYING IMAGE | 
| M | MUGSHOT | 
| S | SIGNATURE | 
| V | GENERIC 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:restriction base="xs:token">
<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>