scr:LPRMessageCategoryCodeSimpleType

simpleType LPRMessageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for the values of a license plate reader (LPR) message category.

Diagram

Enumerations

ValueDefinition
LPRResponse Sent
LPRIMAGEImage 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: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>