ncic:LITPCodeSimpleType
simpleType LITPCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 1.1: License Plate Type Field Usage
Diagram
Enumerations
Value | Definition |
MY | MILITARY |
NP | CIVILIAN, NONPASSENGER |
PC | REGULAR PASSENGER AUTOMOBILE PLATES |
PP | CIVILIAN, 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:restriction base="xs:token">
<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>