scr:LPRImageSourceCodeSimpleType

simpleType LPRImageSourceCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a code which indicates the type of image

Diagram

Enumerations

ValueDefinition
DFDriver Front Image
DSDriver Side Image
FFront LPR Image
HImage sent from Handheld device
RRear LPR Image
SSide Image

XML Schema

<xs:simpleType name="LPRImageSourceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code which indicates the type of image
</xs:documentation>
</xs:annotation>
<xs:enumeration value="DF">
<xs:annotation>
<xs:documentation>
Driver Front Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DS">
<xs:annotation>
<xs:documentation>
Driver Side Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Front LPR Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
Image sent from Handheld device
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Rear LPR Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Side Image
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>