scr:LPRMessageCategoryCodeSimpleType
simpleType LPRMessageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/
Definition
A data type for the values of a license plate reader (LPR) message category.
Diagram
Enumerations
| Value | Definition | 
| LPR | Response Sent | 
| LPRIMAGE | Image sent | 
XML Schema
<xs:simpleType name="LPRMessageCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the values of a license plate reader (LPR) message category.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="LPR">
<xs:annotation>
<xs:documentation>
Response Sent</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPRIMAGE">
<xs:annotation>
<xs:documentation>
Image sent</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>