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
| Value | Definition | 
| DF | Driver Front Image | 
| DS | Driver Side Image | 
| F | Front LPR Image | 
| H | Image sent from Handheld device | 
| R | Rear LPR Image | 
| S | Side 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:restriction base="xs:token">
<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>