scr:LPRModeOfOperationCodeSimpleType

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

Definition

A data type for a code indicating the type of vehicle lane where LPR system is located

Diagram

Enumerations

ValueDefinition
BBorderPatrol Checkpoint
IInbound
OOutbound

XML Schema

<xs:simpleType name="LPRModeOfOperationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code indicating the type of vehicle lane where LPR system is located
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
BorderPatrol Checkpoint
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Inbound
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Outbound
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>