ncic:LITPCodeSimpleType

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

Definition

A data type for 1.1: License Plate Type Field Usage

Diagram

Enumerations

ValueDefinition
MYMILITARY
NPCIVILIAN, NONPASSENGER
PCREGULAR PASSENGER AUTOMOBILE PLATES
PPCIVILIAN, PASSENGER

XML Schema

<xs:simpleType name="LITPCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 1.1: License Plate Type Field Usage
</xs:documentation>
</xs:annotation>
<xs:enumeration value="MY">
<xs:annotation>
<xs:documentation>
MILITARY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NP">
<xs:annotation>
<xs:documentation>
CIVILIAN, NONPASSENGER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PC">
<xs:annotation>
<xs:documentation>
REGULAR PASSENGER AUTOMOBILE PLATES
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PP">
<xs:annotation>
<xs:documentation>
CIVILIAN, PASSENGER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>